#0F284B

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

Shades of Midnight #0F284B

Tints of Midnight #0F284B

Color information

#0F284B (or 0x0F284B) is unknown color: approx Midnight. HEX triplet: 0F, 28 and 4B. RGB value is (15,40,75). Sum of RGB (Red+Green+Blue) = 15+40+75=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F284B is #F0D7B4. Grayscale: #242424. Windows color (decimal): -15783861 or 4925455. OLE color: 4925455.

HSL color Cylindrical-coordinate representation of color #0F284B: hue angle of 215º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F284B is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB154075-
CMYK0.800.4700.71
HSL215º66.67%17.65%-
HSV(B)215º80%29.41%-
XYZ2.232.136.95-
YUV36.52149.72112.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.54%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=11.54%
G=30.77%
B=57.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1540750.800.4700.7121566.6717.65
HexF284B502F047d74312
Octal175011312057010732710322
Binary1111101000100101110100001011110100011111010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,40,75); }

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

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

 a { background-color: rgb(15,40,75); }

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

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

 span { border-color: rgb(15,40,75); }

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