Html Css Color HEX #0C0CAC New Midnight Blue

📋 copy color: '#0C0CAC'

red 12 ◦ green 12 ◦ blue 172

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

Shades of New Midnight Blue #0C0CAC

Tints of New Midnight Blue #0C0CAC

RGB

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

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

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

R = 6.12%
G = 6.12%
B = 87.76%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C0CAC (or 0x0C0CAC) is known color: New Midnight Blue. HEX triplet: 0C, 0C and AC. RGB value is (12,12,172). Sum of RGB (Red+Green+Blue) = 12+12+172=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C0CAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0CAC is #F3F353. Grayscale: #1D1D1D. Windows color (decimal): -15987540 or 11275276. OLE color: 11275276.

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

Color convert

RGB 12 12 172 -
CMYK 0.93 0.93 0 0.33
HSL 240º 0.87% 0.36% -
HSV(B) 240º 0.93% 0.67% -
XYZ 7.73 3.32 39.26 -
YUV 30.24 208 114.99 -
System Red Green Blue C M Y K H S L
Decimal 12 12 172 0.93 0.93 0 0.33 240 0.87 0.36
Hex C C AC 5D 5D 0 21 F0 57 24
Octal 14 14 254 135 135 0 41 360 127 44
Binary 1100 1100 10101100 1011101 1011101 0 100001 11110000 1010111 100100

Color Harmonies of #0C0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0CAC

Black with #0C0CAC

Text Example


Text Example

White with #0C0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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