#0C094D

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

Shades of Midnight Blue #0C094D

Tints of Midnight Blue #0C094D

Color information

#0C094D (or 0x0C094D) is unknown color: approx Midnight Blue. HEX triplet: 0C, 09 and 4D. RGB value is (12,9,77). Sum of RGB (Red+Green+Blue) = 12+9+77=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C094D is #F3F6B2. Grayscale: #111111. Windows color (decimal): -15988403 or 5048588. OLE color: 5048588.

HSL color Cylindrical-coordinate representation of color #0C094D: hue angle of 242.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C094D is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB12977-
CMYK0.840.8800.70
HSL242.65º79.07%16.86%-
HSV(B)242.65º88.31%30.2%-
XYZ1.590.817.09-
YUV17.65161.49123.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 77 (30.47% from 255) = 78.57%
R=12.24%
G=9.18%
B=78.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal129770.840.8800.70242.6579.0716.86
HexC94D5458046f34f11
Octal1411115124130010636311721
Binary110010011001101101010010110000100011011110011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,9,77); }

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

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

 a { background-color: rgb(12,9,77); }

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

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

 span { border-color: rgb(12,9,77); }

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