Html Css Color HEX #0C05AC New Midnight Blue

📋 copy color: '#0C05AC'

red 12 ◦ green 5 ◦ blue 172

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

Shades of New Midnight Blue #0C05AC

Tints of New Midnight Blue #0C05AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

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

R = 6.35%
G = 2.65%
B = 91.01%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C05AC (or 0x0C05AC) is known color: New Midnight Blue. HEX triplet: 0C, 05 and AC. RGB value is (12,5,172). Sum of RGB (Red+Green+Blue) = 12+5+172=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 172 (67.58% from 255 or 91.01% from 189); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C05AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C05AC is #F3FA53. Grayscale: #191919. Windows color (decimal): -15989332 or 11273484. OLE color: 11273484.

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

Color convert

RGB 12 5 172 -
CMYK 0.93 0.97 0 0.33
HSL 242.52º 0.94% 0.35% -
HSV(B) 242.52º 0.97% 0.67% -
XYZ 7.65 3.17 39.24 -
YUV 26.13 210.32 117.92 -
System Red Green Blue C M Y K H S L
Decimal 12 5 172 0.93 0.97 0 0.33 242.52 0.94 0.35
Hex C 5 AC 5D 61 0 21 F3 5E 23
Octal 14 5 254 135 141 0 41 363 136 43
Binary 1100 101 10101100 1011101 1100001 0 100001 11110011 1011110 100011

Color Harmonies of #0C05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C05AC

Black with #0C05AC

Text Example


Text Example

White with #0C05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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