Html Css Color HEX #0C06AD New Midnight Blue

📋 copy color: '#0C06AD'

red 12 ◦ green 6 ◦ blue 173

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

Shades of New Midnight Blue #0C06AD

Tints of New Midnight Blue #0C06AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.14%

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

R = 6.28%
G = 3.14%
B = 90.58%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C06AD (or 0x0C06AD) is known color: New Midnight Blue. HEX triplet: 0C, 06 and AD. RGB value is (12,6,173). Sum of RGB (Red+Green+Blue) = 12+6+173=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 173 (67.97% from 255 or 90.58% from 191); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C06AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C06AD is #F3F952. Grayscale: #1A1A1A. Windows color (decimal): -15989075 or 11339276. OLE color: 11339276.

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

Color convert

RGB 12 6 173 -
CMYK 0.93 0.97 0 0.32
HSL 242.16º 0.93% 0.35% -
HSV(B) 242.16º 0.97% 0.68% -
XYZ 7.76 3.23 39.75 -
YUV 26.83 210.49 117.42 -
System Red Green Blue C M Y K H S L
Decimal 12 6 173 0.93 0.97 0 0.32 242.16 0.93 0.35
Hex C 6 AD 5D 61 0 20 F2 5D 23
Octal 14 6 255 135 141 0 40 362 135 43
Binary 1100 110 10101101 1011101 1100001 0 100000 11110010 1011101 100011

Color Harmonies of #0C06AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C06AD

Black with #0C06AD

Text Example


Text Example

White with #0C06AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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