#0C16A5

Color #0C16A5 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0C16A5

Tints of New Midnight Blue #0C16A5

Color information

#0C16A5 (or 0x0C16A5) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 16 and A5. RGB value is (12,22,165). Sum of RGB (Red+Green+Blue) = 12+22+165=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 165 (64.84% from 255 or 82.91% from 199); Max value from RGB is 165 - color contains mainly: blue. Hex color #0C16A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C16A5 is #F3E95A. Grayscale: #222222. Windows color (decimal): -15984987 or 10819084. OLE color: 10819084.

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

Color convert

RGB1222165-
CMYK0.930.8700.35
HSL236.08º86.44%34.71%-
HSV(B)236.08º92.73%64.71%-
XYZ7.233.3735.87-
YUV35.31201.19111.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.03%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 165 (64.84% from 255) = 82.91%
R=6.03%
G=11.06%
B=82.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12221650.930.8700.35236.0886.4434.71
HexC16A55D57023ec5623
Octal142624513512704335412643
Binary11001011010100101101110110101110100011111011001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C16A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,22,165); }

 H1.HeaderClassName
 {
   color: #0C16A5;
 }
 .AnyTagClassName
 {
   color: #0C16A5;
 }
</style>
background-color css

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

 a { background-color: rgb(12,22,165); }

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

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

 span { border-color: rgb(12,22,165); }

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