Html Css Color HEX #0C05AB New Midnight Blue

📋 copy color: '#0C05AB'

red 12 ◦ green 5 ◦ blue 171

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

Shades of New Midnight Blue #0C05AB

Tints of New Midnight Blue #0C05AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 90.96%

R = 6.38%
G = 2.66%
B = 90.96%

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

#0C05AB (or 0x0C05AB) is known color: New Midnight Blue. HEX triplet: 0C, 05 and AB. RGB value is (12,5,171). Sum of RGB (Red+Green+Blue) = 12+5+171=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 171 (67.19% from 255 or 90.96% from 188); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C05AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C05AB is #F3FA54. Grayscale: #191919. Windows color (decimal): -15989333 or 11207948. OLE color: 11207948.

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

Color convert

RGB 12 5 171 -
CMYK 0.93 0.97 0 0.33
HSL 242.53º 0.94% 0.35% -
HSV(B) 242.53º 0.97% 0.67% -
XYZ 7.56 3.13 38.73 -
YUV 26.02 209.82 118 -
System Red Green Blue C M Y K H S L
Decimal 12 5 171 0.93 0.97 0 0.33 242.53 0.94 0.35
Hex C 5 AB 5D 61 0 21 F3 5E 23
Octal 14 5 253 135 141 0 41 363 136 43
Binary 1100 101 10101011 1011101 1100001 0 100001 11110011 1011110 100011

Color Harmonies of #0C05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C05AB

Black with #0C05AB

Text Example


Text Example

White with #0C05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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