#0C254A

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

Shades of Midnight #0C254A

Tints of Midnight #0C254A

Color information

#0C254A (or 0x0C254A) is unknown color: approx Midnight. HEX triplet: 0C, 25 and 4A. RGB value is (12,37,74). Sum of RGB (Red+Green+Blue) = 12+37+74=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C254A is #F3DAB5. Grayscale: #212121. Windows color (decimal): -15981238 or 4859148. OLE color: 4859148.

HSL color Cylindrical-coordinate representation of color #0C254A: hue angle of 215.81º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C254A is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB123774-
CMYK0.840.5000.71
HSL215.81º72.09%16.86%-
HSV(B)215.81º83.78%29.02%-
XYZ2.051.96.74-
YUV33.74150.72112.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.76%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 74 (29.30% from 255) = 60.16%
R=9.76%
G=30.08%
B=60.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1237740.840.5000.71215.8172.0916.86
HexC254A5432047d84811
Octal144511212462010733011021
Binary1100100101100101010101001100100100011111011000100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,37,74); }

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

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

 a { background-color: rgb(12,37,74); }

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

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

 span { border-color: rgb(12,37,74); }

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