Html Css Color HEX #0C0884 Ultramarine

📋 copy color: '#0C0884'

red 12 ◦ green 8 ◦ blue 132

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

Shades of Ultramarine #0C0884

Tints of Ultramarine #0C0884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

 BLUE value IS 132 (51.95% from 255) = 86.84%

R = 7.89%
G = 5.26%
B = 86.84%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C0884 (or 0x0C0884) is known color: Ultramarine. HEX triplet: 0C, 08 and 84. RGB value is (12,8,132). Sum of RGB (Red+Green+Blue) = 12+8+132=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 132 (51.95% from 255 or 86.84% from 152); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C0884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0884 is #F3F77B. Grayscale: #161616. Windows color (decimal): -15988604 or 8652812. OLE color: 8652812.

HSL color Cylindrical-coordinate representation of color #0C0884: hue angle of 241.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0884 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 8 132 -
CMYK 0.91 0.94 0 0.48
HSL 241.94º 0.89% 0.27% -
HSV(B) 241.94º 0.94% 0.52% -
XYZ 4.4 1.92 21.97 -
YUV 23.33 189.33 119.92 -
System Red Green Blue C M Y K H S L
Decimal 12 8 132 0.91 0.94 0 0.48 241.94 0.89 0.27
Hex C 8 84 5B 5E 0 30 F2 59 1B
Octal 14 10 204 133 136 0 60 362 131 33
Binary 1100 1000 10000100 1011011 1011110 0 110000 11110010 1011001 11011

Color Harmonies of #0C0884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0884

Black with #0C0884

Text Example


Text Example

White with #0C0884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,8,132); }

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

background-color css

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

 a { background-color: rgb(12,8,132); }

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

border-color css

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

 span { border-color: rgb(12,8,132); }

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