#0F487B

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

Shades of Dark Cerulean #0F487B

Tints of Dark Cerulean #0F487B

Color information

#0F487B (or 0x0F487B) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 48 and 7B. RGB value is (15,72,123). Sum of RGB (Red+Green+Blue) = 15+72+123=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F487B is #F0B784. Grayscale: #3C3C3C. Windows color (decimal): -15775621 or 8079375. OLE color: 8079375.

HSL color Cylindrical-coordinate representation of color #0F487B: hue angle of 208.33º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F487B is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1572123-
CMYK0.880.4100.52
HSL208.33º78.26%27.06%-
HSV(B)208.33º87.8%48.24%-
XYZ6.096.1719.61-
YUV60.77163.1295.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.14%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 123 (48.44% from 255) = 58.57%
R=7.14%
G=34.29%
B=58.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15721230.880.4100.52208.3378.2627.06
HexF487B5829034d04e1b
Octal171101731305106432011633
Binary1111100100011110111011000101001011010011010000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,72,123); }

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

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

 a { background-color: rgb(15,72,123); }

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

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

 span { border-color: rgb(15,72,123); }

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