Html Css Color HEX #0C066D Midnight Blue

📋 copy color: '#0C066D'

red 12 ◦ green 6 ◦ blue 109

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

Shades of Midnight Blue #0C066D

Tints of Midnight Blue #0C066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.72%

 BLUE value IS 109 (42.97% from 255) = 85.83%

R = 9.45%
G = 4.72%
B = 85.83%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C066D (or 0x0C066D) is known color: Midnight Blue. HEX triplet: 0C, 06 and 6D. RGB value is (12,6,109). Sum of RGB (Red+Green+Blue) = 12+6+109=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 109 (42.97% from 255 or 85.83% from 127); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C066D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C066D is #F3F992. Grayscale: #131313. Windows color (decimal): -15989139 or 7144972. OLE color: 7144972.

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

Color convert

RGB 12 6 109 -
CMYK 0.89 0.94 0 0.57
HSL 243.5º 0.9% 0.23% -
HSV(B) 243.5º 0.94% 0.43% -
XYZ 2.98 1.31 14.56 -
YUV 19.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 12 6 109 0.89 0.94 0 0.57 243.5 0.9 0.23
Hex C 6 6D 59 5E 0 39 F3 5A 17
Octal 14 6 155 131 136 0 71 363 132 27
Binary 1100 110 1101101 1011001 1011110 0 111001 11110011 1011010 10111

Color Harmonies of #0C066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C066D

Black with #0C066D

Text Example


Text Example

White with #0C066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,6,109); }

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

background-color css

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

 a { background-color: rgb(12,6,109); }

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

border-color css

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

 span { border-color: rgb(12,6,109); }

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