Html Css Color HEX #0C1D89 Ultramarine

📋 copy color: '#0C1D89'

red 12 ◦ green 29 ◦ blue 137

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

Shades of Ultramarine #0C1D89

Tints of Ultramarine #0C1D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

 BLUE value IS 137 (53.91% from 255) = 76.97%

R = 6.74%
G = 16.29%
B = 76.97%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C1D89 (or 0x0C1D89) is known color: Ultramarine. HEX triplet: 0C, 1D and 89. RGB value is (12,29,137). Sum of RGB (Red+Green+Blue) = 12+29+137=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 137 (53.91% from 255 or 76.97% from 178); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C1D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1D89 is #F3E276. Grayscale: #232323. Windows color (decimal): -15983223 or 8985868. OLE color: 8985868.

HSL color Cylindrical-coordinate representation of color #0C1D89: hue angle of 231.84º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1D89 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 29 137 -
CMYK 0.91 0.79 0 0.46
HSL 231.84º 0.84% 0.29% -
HSV(B) 231.84º 0.91% 0.54% -
XYZ 5.11 2.76 23.93 -
YUV 36.23 184.87 110.72 -
System Red Green Blue C M Y K H S L
Decimal 12 29 137 0.91 0.79 0 0.46 231.84 0.84 0.29
Hex C 1D 89 5B 4F 0 2E E8 54 1D
Octal 14 35 211 133 117 0 56 350 124 35
Binary 1100 11101 10001001 1011011 1001111 0 101110 11101000 1010100 11101

Color Harmonies of #0C1D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1D89

Black with #0C1D89

Text Example


Text Example

White with #0C1D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,29,137); }

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

background-color css

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

 a { background-color: rgb(12,29,137); }

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

border-color css

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

 span { border-color: rgb(12,29,137); }

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