#0F4883

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

Shades of Dark Cerulean #0F4883

Tints of Dark Cerulean #0F4883

Color information

#0F4883 (or 0x0F4883) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 48 and 83. RGB value is (15,72,131). Sum of RGB (Red+Green+Blue) = 15+72+131=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #0F4883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4883 is #F0B77C. Grayscale: #3D3D3D. Windows color (decimal): -15775613 or 8603663. OLE color: 8603663.

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

Color convert

RGB1572131-
CMYK0.890.4500.49
HSL210.52º79.45%28.63%-
HSV(B)210.52º88.55%51.37%-
XYZ6.616.3722.35-
YUV61.68167.1294.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 131 (51.56% from 255) = 60.09%
R=6.88%
G=33.03%
B=60.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15721310.890.4500.49210.5279.4528.63
HexF4883592D031d34f1d
Octal171102031315506132311735
Binary11111001000100000111011001101101011000111010011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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