Html Css Color HEX #0C1899 Ultramarine

📋 copy color: '#0C1899'

red 12 ◦ green 24 ◦ blue 153

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

Shades of Ultramarine #0C1899

Tints of Ultramarine #0C1899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 153 (60.16% from 255) = 80.95%

R = 6.35%
G = 12.7%
B = 80.95%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0C1899 (or 0x0C1899) is known color: Ultramarine. HEX triplet: 0C, 18 and 99. RGB value is (12,24,153). Sum of RGB (Red+Green+Blue) = 12+24+153=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C1899 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1899 is #F3E766. Grayscale: #222222. Windows color (decimal): -15984487 or 10033164. OLE color: 10033164.

HSL color Cylindrical-coordinate representation of color #0C1899: hue angle of 234.89º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1899 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 24 153 -
CMYK 0.92 0.84 0 0.4
HSL 234.89º 0.85% 0.32% -
HSV(B) 234.89º 0.92% 0.6% -
XYZ 6.23 3.03 30.39 -
YUV 35.12 194.52 111.51 -
System Red Green Blue C M Y K H S L
Decimal 12 24 153 0.92 0.84 0 0.4 234.89 0.85 0.32
Hex C 18 99 5C 54 0 28 EB 55 20
Octal 14 30 231 134 124 0 50 353 125 40
Binary 1100 11000 10011001 1011100 1010100 0 101000 11101011 1010101 100000

Color Harmonies of #0C1899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1899

Black with #0C1899

Text Example


Text Example

White with #0C1899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,24,153); }

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

background-color css

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

 a { background-color: rgb(12,24,153); }

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

border-color css

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

 span { border-color: rgb(12,24,153); }

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