#0F5783

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

Shades of Dark Cerulean #0F5783

Tints of Dark Cerulean #0F5783

Color information

#0F5783 (or 0x0F5783) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 57 and 83. RGB value is (15,87,131). Sum of RGB (Red+Green+Blue) = 15+87+131=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #0F5783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5783 is #F0A87C. Grayscale: #464646. Windows color (decimal): -15771773 or 8607503. OLE color: 8607503.

HSL color Cylindrical-coordinate representation of color #0F5783: hue angle of 202.76º 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 #0F5783 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1587131-
CMYK0.890.3400.49
HSL202.76º79.45%28.63%-
HSV(B)202.76º88.55%51.37%-
XYZ7.78.5622.72-
YUV70.49162.1588.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.44%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 131 (51.56% from 255) = 56.22%
R=6.44%
G=37.34%
B=56.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15871310.890.3400.49202.7679.4528.63
HexF57835922031cb4f1d
Octal171272031314206131311735
Binary11111010111100000111011001100010011000111001011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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