Html Css Color HEX #0C11AC New Midnight Blue

📋 copy color: '#0C11AC'

red 12 ◦ green 17 ◦ blue 172

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

Shades of New Midnight Blue #0C11AC

Tints of New Midnight Blue #0C11AC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

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

R = 5.97%
G = 8.46%
B = 85.57%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C11AC (or 0x0C11AC) is known color: New Midnight Blue. HEX triplet: 0C, 11 and AC. RGB value is (12,17,172). Sum of RGB (Red+Green+Blue) = 12+17+172=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C11AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C11AC is #F3EE53. Grayscale: #202020. Windows color (decimal): -15986260 or 11276556. OLE color: 11276556.

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

Color convert

RGB 12 17 172 -
CMYK 0.93 0.90 0 0.33
HSL 238.13º 0.87% 0.36% -
HSV(B) 238.13º 0.93% 0.67% -
XYZ 7.8 3.46 39.29 -
YUV 33.18 206.34 112.9 -
System Red Green Blue C M Y K H S L
Decimal 12 17 172 0.93 0.90 0 0.33 238.13 0.87 0.36
Hex C 11 AC 5D 5A 0 21 EE 57 24
Octal 14 21 254 135 132 0 41 356 127 44
Binary 1100 10001 10101100 1011101 1011010 0 100001 11101110 1010111 100100

Color Harmonies of #0C11AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C11AC

Black with #0C11AC

Text Example


Text Example

White with #0C11AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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