Html Css Color HEX #0C1490 Ultramarine

📋 copy color: '#0C1490'

red 12 ◦ green 20 ◦ blue 144

#0C1490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #0C1490

Tints of Ultramarine #0C1490

RGB

 RED value IS 12 (5.08% from 255) = 6.82%

 GREEN value IS 20 (8.2% from 255) = 11.36%

 BLUE value IS 144 (56.64% from 255) = 81.82%

R = 6.82%
G = 11.36%
B = 81.82%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C1490 (or 0x0C1490) is known color: Ultramarine. HEX triplet: 0C, 14 and 90. RGB value is (12,20,144). Sum of RGB (Red+Green+Blue) = 12+20+144=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 144 (56.64% from 255 or 81.82% from 176); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C1490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1490 is #F3EB6F. Grayscale: #1F1F1F. Windows color (decimal): -15985520 or 9442316. OLE color: 9442316.

HSL color Cylindrical-coordinate representation of color #0C1490: hue angle of 236.36º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1490 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 20 144 -
CMYK 0.92 0.86 0 0.44
HSL 236.36º 0.85% 0.31% -
HSV(B) 236.36º 0.92% 0.56% -
XYZ 5.44 2.59 26.6 -
YUV 31.74 191.35 113.92 -
System Red Green Blue C M Y K H S L
Decimal 12 20 144 0.92 0.86 0 0.44 236.36 0.85 0.31
Hex C 14 90 5C 56 0 2C EC 55 1F
Octal 14 24 220 134 126 0 54 354 125 37
Binary 1100 10100 10010000 1011100 1010110 0 101100 11101100 1010101 11111

Color Harmonies of #0C1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1490

Black with #0C1490

Text Example


Text Example

White with #0C1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C1490; }

 p { color: rgb(12,20,144); }

 H1.HeaderClassName
 {
   color: #0C1490;
 }
 .AnyTagClassName
 {
   color: #0C1490;
 }
</style>

background-color css

<style>
 a { background-color: #0C1490; }

 a { background-color: rgb(12,20,144); }

 div.DivClassName
 {
   background-color: #0C1490;
 }
 .BgClassName
 {
   background-color: #0C1490;
 }
</style>

border-color css

<style>
 span { border-color: #0C1490; }

 span { border-color: rgb(12,20,144); }

 td.TdClassName
 {
   border-color: #0C1490;
 }
 .TagClassName
 {
   border-color: #0C1490;
 }
</style>