#0C084F

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

Shades of Midnight Blue #0C084F

Tints of Midnight Blue #0C084F

Color information

#0C084F (or 0x0C084F) is unknown color: approx Midnight Blue. HEX triplet: 0C, 08 and 4F. RGB value is (12,8,79). Sum of RGB (Red+Green+Blue) = 12+8+79=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 79 (31.25% from 255 or 79.80% from 99); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C084F is #F3F7B0. Grayscale: #111111. Windows color (decimal): -15988657 or 5179404. OLE color: 5179404.

HSL color Cylindrical-coordinate representation of color #0C084F: hue angle of 243.38º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C084F is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB12879-
CMYK0.850.9000.69
HSL243.38º81.61%17.06%-
HSV(B)243.38º89.87%30.98%-
XYZ1.650.827.47-
YUV17.29162.83124.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.12%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 79 (31.25% from 255) = 79.80%
R=12.12%
G=8.08%
B=79.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal128790.850.9000.69243.3881.6117.06
HexC84F555A045f35211
Octal1410117125132010536312221
Binary110010001001111101010110110100100010111110011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,8,79); }

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

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

 a { background-color: rgb(12,8,79); }

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

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

 span { border-color: rgb(12,8,79); }

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