Html Css Color HEX #0C0AA7 New Midnight Blue

📋 copy color: '#0C0AA7'

red 12 ◦ green 10 ◦ blue 167

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

Shades of New Midnight Blue #0C0AA7

Tints of New Midnight Blue #0C0AA7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.29%

 BLUE value IS 167 (65.63% from 255) = 88.36%

R = 6.35%
G = 5.29%
B = 88.36%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0C0AA7 (or 0x0C0AA7) is known color: New Midnight Blue. HEX triplet: 0C, 0A and A7. RGB value is (12,10,167). Sum of RGB (Red+Green+Blue) = 12+10+167=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 167 (65.62% from 255 or 88.36% from 189); Max value from RGB is 167 - color contains mainly: blue. Hex color #0C0AA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0AA7 is #F3F558. Grayscale: #1B1B1B. Windows color (decimal): -15988057 or 10947084. OLE color: 10947084.

HSL color Cylindrical-coordinate representation of color #0C0AA7: hue angle of 240.76º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0AA7 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 10 167 -
CMYK 0.93 0.94 0 0.35
HSL 240.76º 0.89% 0.35% -
HSV(B) 240.76º 0.94% 0.65% -
XYZ 7.24 3.09 36.77 -
YUV 28.5 206.16 116.23 -
System Red Green Blue C M Y K H S L
Decimal 12 10 167 0.93 0.94 0 0.35 240.76 0.89 0.35
Hex C A A7 5D 5E 0 23 F1 59 23
Octal 14 12 247 135 136 0 43 361 131 43
Binary 1100 1010 10100111 1011101 1011110 0 100011 11110001 1011001 100011

Color Harmonies of #0C0AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0AA7

Black with #0C0AA7

Text Example


Text Example

White with #0C0AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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