Html Css Color HEX #0A0C72 Midnight Blue

📋 copy color: '#0A0C72'

red 10 ◦ green 12 ◦ blue 114

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

Shades of Midnight Blue #0A0C72

Tints of Midnight Blue #0A0C72

RGB

 RED value IS 10 (4.3% from 255) = 7.35%

 GREEN value IS 12 (5.08% from 255) = 8.82%

 BLUE value IS 114 (44.92% from 255) = 83.82%

R = 7.35%
G = 8.82%
B = 83.82%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A0C72 (or 0x0A0C72) is known color: Midnight Blue. HEX triplet: 0A, 0C and 72. RGB value is (10,12,114). Sum of RGB (Red+Green+Blue) = 10+12+114=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A0C72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0C72 is #F5F38D. Grayscale: #161616. Windows color (decimal): -16118670 or 7474186. OLE color: 7474186.

HSL color Cylindrical-coordinate representation of color #0A0C72: hue angle of 238.85º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A0C72 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 12 114 -
CMYK 0.91 0.89 0 0.55
HSL 238.85º 0.84% 0.24% -
HSV(B) 238.85º 0.91% 0.45% -
XYZ 3.29 1.54 16.04 -
YUV 23.03 179.34 118.71 -
System Red Green Blue C M Y K H S L
Decimal 10 12 114 0.91 0.89 0 0.55 238.85 0.84 0.24
Hex A C 72 5B 59 0 37 EF 54 18
Octal 12 14 162 133 131 0 67 357 124 30
Binary 1010 1100 1110010 1011011 1011001 0 110111 11101111 1010100 11000

Color Harmonies of #0A0C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0C72

Black with #0A0C72

Text Example


Text Example

White with #0A0C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,12,114); }

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

background-color css

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

 a { background-color: rgb(10,12,114); }

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

border-color css

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

 span { border-color: rgb(10,12,114); }

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