#0F367B

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

Shades of Dark Cerulean #0F367B

Tints of Dark Cerulean #0F367B

Color information

#0F367B (or 0x0F367B) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 36 and 7B. RGB value is (15,54,123). Sum of RGB (Red+Green+Blue) = 15+54+123=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F367B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F367B is #F0C984. Grayscale: #313131. Windows color (decimal): -15780229 or 8074767. OLE color: 8074767.

HSL color Cylindrical-coordinate representation of color #0F367B: hue angle of 218.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 #0F367B is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1554123-
CMYK0.880.5600.52
HSL218.33º78.26%27.06%-
HSV(B)218.33º87.8%48.24%-
XYZ5.094.1719.28-
YUV50.2169.08102.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.81%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 123 (48.44% from 255) = 64.06%
R=7.81%
G=28.12%
B=64.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15541230.880.5600.52218.3378.2627.06
HexF367B5838034da4e1b
Octal17661731307006433211633
Binary111111011011110111011000111000011010011011010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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