Html Css Color HEX #0C166E Midnight Blue

📋 copy color: '#0C166E'

red 12 ◦ green 22 ◦ blue 110

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

Shades of Midnight Blue #0C166E

Tints of Midnight Blue #0C166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.28%

 BLUE value IS 110 (43.36% from 255) = 76.39%

R = 8.33%
G = 15.28%
B = 76.39%

CMYK

 C value IS 0.89

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C166E (or 0x0C166E) is known color: Midnight Blue. HEX triplet: 0C, 16 and 6E. RGB value is (12,22,110). Sum of RGB (Red+Green+Blue) = 12+22+110=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 110 (43.36% from 255 or 76.39% from 144); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C166E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C166E is #F3E991. Grayscale: #1C1C1C. Windows color (decimal): -15985042 or 7214604. OLE color: 7214604.

HSL color Cylindrical-coordinate representation of color #0C166E: hue angle of 233.88º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C166E is Cyan = 0.89, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 22 110 -
CMYK 0.89 0.8 0 0.57
HSL 233.88º 0.8% 0.24% -
HSV(B) 233.88º 0.89% 0.43% -
XYZ 3.25 1.78 14.92 -
YUV 29.04 173.69 115.84 -
System Red Green Blue C M Y K H S L
Decimal 12 22 110 0.89 0.8 0 0.57 233.88 0.8 0.24
Hex C 16 6E 59 50 0 39 EA 50 18
Octal 14 26 156 131 120 0 71 352 120 30
Binary 1100 10110 1101110 1011001 1010000 0 111001 11101010 1010000 11000

Color Harmonies of #0C166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C166E

Black with #0C166E

Text Example


Text Example

White with #0C166E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,22,110); }

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

background-color css

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

 a { background-color: rgb(12,22,110); }

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

border-color css

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

 span { border-color: rgb(12,22,110); }

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