#0F577F

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

Shades of Dark Cerulean #0F577F

Tints of Dark Cerulean #0F577F

Color information

#0F577F (or 0x0F577F) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 57 and 7F. RGB value is (15,87,127). Sum of RGB (Red+Green+Blue) = 15+87+127=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F577F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F577F is #F0A880. Grayscale: #454545. Windows color (decimal): -15771777 or 8345359. OLE color: 8345359.

HSL color Cylindrical-coordinate representation of color #0F577F: hue angle of 201.43º 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 #0F577F is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1587127-
CMYK0.880.3100.50
HSL201.43º78.87%27.84%-
HSV(B)201.43º88.19%49.8%-
XYZ7.448.4521.32-
YUV70.03160.1588.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.55%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 127 (50% from 255) = 55.46%
R=6.55%
G=37.99%
B=55.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15871270.880.3100.50201.4378.8727.84
HexF577F581F032c94f1c
Octal171271771303706231111734
Binary111110101111111111101100011111011001011001001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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