Html Css Color HEX #0C0DAA New Midnight Blue

📋 copy color: '#0C0DAA'

red 12 ◦ green 13 ◦ blue 170

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

Shades of New Midnight Blue #0C0DAA

Tints of New Midnight Blue #0C0DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.67%

 BLUE value IS 170 (66.8% from 255) = 87.18%

R = 6.15%
G = 6.67%
B = 87.18%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C0DAA (or 0x0C0DAA) is known color: New Midnight Blue. HEX triplet: 0C, 0D and AA. RGB value is (12,13,170). Sum of RGB (Red+Green+Blue) = 12+13+170=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 170 (66.80% from 255 or 87.18% from 195); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C0DAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0DAA is #F3F255. Grayscale: #1D1D1D. Windows color (decimal): -15987286 or 11144460. OLE color: 11144460.

HSL color Cylindrical-coordinate representation of color #0C0DAA: hue angle of 239.62º 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 #0C0DAA is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 13 170 -
CMYK 0.93 0.92 0 0.33
HSL 239.62º 0.87% 0.36% -
HSV(B) 239.62º 0.93% 0.67% -
XYZ 7.55 3.27 38.26 -
YUV 30.6 206.67 114.73 -
System Red Green Blue C M Y K H S L
Decimal 12 13 170 0.93 0.92 0 0.33 239.62 0.87 0.36
Hex C D AA 5D 5C 0 21 F0 57 24
Octal 14 15 252 135 134 0 41 360 127 44
Binary 1100 1101 10101010 1011101 1011100 0 100001 11110000 1010111 100100

Color Harmonies of #0C0DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0DAA

Black with #0C0DAA

Text Example


Text Example

White with #0C0DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,13,170); }

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

background-color css

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

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

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

border-color css

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

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

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