#0C167A

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

Shades of Midnight Blue #0C167A

Tints of Midnight Blue #0C167A

Color information

#0C167A (or 0x0C167A) is unknown color: approx Midnight Blue. HEX triplet: 0C, 16 and 7A. RGB value is (12,22,122). Sum of RGB (Red+Green+Blue) = 12+22+122=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 122 (48.05% from 255 or 78.21% from 156); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C167A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C167A is #F3E985. Grayscale: #1E1E1E. Windows color (decimal): -15985030 or 8001036. OLE color: 8001036.

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

Color convert

RGB1222122-
CMYK0.900.8200.52
HSL234.55º82.09%26.27%-
HSV(B)234.55º90.16%47.84%-
XYZ3.952.0618.6-
YUV30.41179.69114.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.69%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 122 (48.05% from 255) = 78.21%
R=7.69%
G=14.10%
B=78.21%

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
Decimal12221220.900.8200.52234.5582.0926.27
HexC167A5A52034eb521a
Octal142617213212206435312232
Binary110010110111101010110101010010011010011101011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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