#0C294D

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

Shades of Midnight #0C294D

Tints of Midnight #0C294D

Color information

#0C294D (or 0x0C294D) is unknown color: approx Midnight. HEX triplet: 0C, 29 and 4D. RGB value is (12,41,77). Sum of RGB (Red+Green+Blue) = 12+41+77=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C294D is #F3D6B2. Grayscale: #242424. Windows color (decimal): -15980211 or 5056780. OLE color: 5056780.

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

Color convert

RGB124177-
CMYK0.840.4700.70
HSL213.23º73.03%17.45%-
HSV(B)213.23º84.42%30.2%-
XYZ2.282.27.33-
YUV36.43150.89110.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.23%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=9.23%
G=31.54%
B=59.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1241770.840.4700.70213.2373.0317.45
HexC294D542F046d54911
Octal145111512457010632511121
Binary1100101001100110110101001011110100011011010101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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