#0C284D

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

Shades of Midnight #0C284D

Tints of Midnight #0C284D

Color information

#0C284D (or 0x0C284D) is unknown color: approx Midnight. HEX triplet: 0C, 28 and 4D. RGB value is (12,40,77). Sum of RGB (Red+Green+Blue) = 12+40+77=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C284D is #F3D7B2. Grayscale: #232323. Windows color (decimal): -15980467 or 5056524. OLE color: 5056524.

HSL color Cylindrical-coordinate representation of color #0C284D: hue angle of 214.15º 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 #0C284D is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB124077-
CMYK0.840.4800.70
HSL214.15º73.03%17.45%-
HSV(B)214.15º84.42%30.2%-
XYZ2.252.137.31-
YUV35.85151.22110.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.30%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=9.30%
G=31.01%
B=59.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1240770.840.4800.70214.1573.0317.45
HexC284D5430046d64911
Octal145011512460010632611121
Binary1100101000100110110101001100000100011011010110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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