Html Css Color HEX #0C17AC New Midnight Blue

📋 copy color: '#0C17AC'

red 12 ◦ green 23 ◦ blue 172

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

Shades of New Midnight Blue #0C17AC

Tints of New Midnight Blue #0C17AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

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

R = 5.8%
G = 11.11%
B = 83.09%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C17AC (or 0x0C17AC) is known color: New Midnight Blue. HEX triplet: 0C, 17 and AC. RGB value is (12,23,172). Sum of RGB (Red+Green+Blue) = 12+23+172=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 172 (67.58% from 255 or 83.09% from 207); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C17AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C17AC is #F3E853. Grayscale: #242424. Windows color (decimal): -15984724 or 11278092. OLE color: 11278092.

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

Color convert

RGB 12 23 172 -
CMYK 0.93 0.87 0 0.33
HSL 235.88º 0.87% 0.36% -
HSV(B) 235.88º 0.93% 0.67% -
XYZ 7.9 3.67 39.32 -
YUV 36.7 204.36 110.38 -
System Red Green Blue C M Y K H S L
Decimal 12 23 172 0.93 0.87 0 0.33 235.88 0.87 0.36
Hex C 17 AC 5D 57 0 21 EC 57 24
Octal 14 27 254 135 127 0 41 354 127 44
Binary 1100 10111 10101100 1011101 1010111 0 100001 11101100 1010111 100100

Color Harmonies of #0C17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C17AC

Black with #0C17AC

Text Example


Text Example

White with #0C17AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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