#0F3B81

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

Shades of Dark Cerulean #0F3B81

Tints of Dark Cerulean #0F3B81

Color information

#0F3B81 (or 0x0F3B81) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 3B and 81. RGB value is (15,59,129). Sum of RGB (Red+Green+Blue) = 15+59+129=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #0F3B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3B81 is #F0C47E. Grayscale: #353535. Windows color (decimal): -15778943 or 8469263. OLE color: 8469263.

HSL color Cylindrical-coordinate representation of color #0F3B81: hue angle of 216.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F3B81 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1559129-
CMYK0.880.5400.49
HSL216.84º79.17%28.24%-
HSV(B)216.84º88.37%50.59%-
XYZ5.724.8121.4-
YUV53.82170.42100.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 129 (50.78% from 255) = 63.55%
R=7.39%
G=29.06%
B=63.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15591290.880.5400.49216.8479.1728.24
HexF3B815836031d94f1c
Octal17732011306606133111734
Binary1111111011100000011011000110110011000111011001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,59,129); }

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

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

 a { background-color: rgb(15,59,129); }

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

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

 span { border-color: rgb(15,59,129); }

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