Html Css Color HEX #0C02AD New Midnight Blue

📋 copy color: '#0C02AD'

red 12 ◦ green 2 ◦ blue 173

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

Shades of New Midnight Blue #0C02AD

Tints of New Midnight Blue #0C02AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

 BLUE value IS 173 (67.97% from 255) = 92.51%

R = 6.42%
G = 1.07%
B = 92.51%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C02AD (or 0x0C02AD) is known color: New Midnight Blue. HEX triplet: 0C, 02 and AD. RGB value is (12,2,173). Sum of RGB (Red+Green+Blue) = 12+2+173=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 173 (67.97% from 255 or 92.51% from 187); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C02AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C02AD is #F3FD52. Grayscale: #171717. Windows color (decimal): -15990099 or 11338252. OLE color: 11338252.

HSL color Cylindrical-coordinate representation of color #0C02AD: hue angle of 243.51º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C02AD is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 2 173 -
CMYK 0.93 0.99 0 0.32
HSL 243.51º 0.98% 0.34% -
HSV(B) 243.51º 0.99% 0.68% -
XYZ 7.72 3.14 39.73 -
YUV 24.48 211.81 119.1 -
System Red Green Blue C M Y K H S L
Decimal 12 2 173 0.93 0.99 0 0.32 243.51 0.98 0.34
Hex C 2 AD 5D 63 0 20 F4 62 22
Octal 14 2 255 135 143 0 40 364 142 42
Binary 1100 10 10101101 1011101 1100011 0 100000 11110100 1100010 100010

Color Harmonies of #0C02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C02AD

Black with #0C02AD

Text Example


Text Example

White with #0C02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,2,173); }

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

background-color css

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

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

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

border-color css

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

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

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