#0C167B

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

Shades of Midnight Blue #0C167B

Tints of Midnight Blue #0C167B

Color information

#0C167B (or 0x0C167B) is unknown color: approx Midnight Blue. HEX triplet: 0C, 16 and 7B. RGB value is (12,22,123). Sum of RGB (Red+Green+Blue) = 12+22+123=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C167B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C167B is #F3E984. Grayscale: #1E1E1E. Windows color (decimal): -15985029 or 8066572. OLE color: 8066572.

HSL color Cylindrical-coordinate representation of color #0C167B: hue angle of 234.59º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C167B is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1222123-
CMYK0.900.8200.52
HSL234.59º82.22%26.47%-
HSV(B)234.59º90.24%48.24%-
XYZ4.012.0818.93-
YUV30.52180.19114.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.64%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 123 (48.44% from 255) = 78.34%
R=7.64%
G=14.01%
B=78.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12221230.900.8200.52234.5982.2226.47
HexC167B5A52034eb521a
Octal142617313212206435312232
Binary110010110111101110110101010010011010011101011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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