Html Css Color HEX #0C0AAC New Midnight Blue

📋 copy color: '#0C0AAC'

red 12 ◦ green 10 ◦ blue 172

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

Shades of New Midnight Blue #0C0AAC

Tints of New Midnight Blue #0C0AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 88.66%

R = 6.19%
G = 5.15%
B = 88.66%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C0AAC (or 0x0C0AAC) is known color: New Midnight Blue. HEX triplet: 0C, 0A and AC. RGB value is (12,10,172). Sum of RGB (Red+Green+Blue) = 12+10+172=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 172 (67.58% from 255 or 88.66% from 194); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C0AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0AAC is #F3F553. Grayscale: #1C1C1C. Windows color (decimal): -15988052 or 11274764. OLE color: 11274764.

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

Color convert

RGB 12 10 172 -
CMYK 0.93 0.94 0 0.33
HSL 240.74º 0.89% 0.36% -
HSV(B) 240.74º 0.94% 0.67% -
XYZ 7.71 3.27 39.26 -
YUV 29.07 208.66 115.83 -
System Red Green Blue C M Y K H S L
Decimal 12 10 172 0.93 0.94 0 0.33 240.74 0.89 0.36
Hex C A AC 5D 5E 0 21 F1 59 24
Octal 14 12 254 135 136 0 41 361 131 44
Binary 1100 1010 10101100 1011101 1011110 0 100001 11110001 1011001 100100

Color Harmonies of #0C0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0AAC

Black with #0C0AAC

Text Example


Text Example

White with #0C0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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