#0f557f

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

Shades of Dark Cerulean #0F557F

Tints of Dark Cerulean #0F557F

Color information

#0F557F (or 0x0F557F) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 55 and 7F. RGB value is (15,85,127). Sum of RGB (Red+Green+Blue) = 15+85+127=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F557F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F557F is #F0AA80. Grayscale: #444444. Windows color (decimal): -15772289 or 8344847. OLE color: 8344847.

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

Color convert

RGB1585127-
CMYK0.880.3300.50
HSL202.5º78.87%27.84%-
HSV(B)202.5º88.19%49.8%-
XYZ7.288.1321.26-
YUV68.86160.8189.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.61%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 127 (50% from 255) = 55.95%
R=6.61%
G=37.44%
B=55.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15851270.880.3300.50202.578.8727.84
HexF557F5821032ca4f1c
Octal171251771304106231211734
Binary1111101010111111111011000100001011001011001010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f557f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,85,127); }

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

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

 a { background-color: rgb(15,85,127); }

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

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

 span { border-color: rgb(15,85,127); }

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