#0C254B

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

Shades of Midnight #0C254B

Tints of Midnight #0C254B

Color information

#0C254B (or 0x0C254B) is unknown color: approx Midnight. HEX triplet: 0C, 25 and 4B. RGB value is (12,37,75). Sum of RGB (Red+Green+Blue) = 12+37+75=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C254B is #F3DAB4. Grayscale: #212121. Windows color (decimal): -15981237 or 4924684. OLE color: 4924684.

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

Color convert

RGB123775-
CMYK0.840.5100.71
HSL216.19º72.41%17.06%-
HSV(B)216.19º84%29.41%-
XYZ2.081.916.92-
YUV33.86151.22112.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 75 (29.69% from 255) = 60.48%
R=9.68%
G=29.84%
B=60.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1237750.840.5100.71216.1972.4117.06
HexC254B5433047d84811
Octal144511312463010733011021
Binary1100100101100101110101001100110100011111011000100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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