#0F567F

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

Shades of Dark Cerulean #0F567F

Tints of Dark Cerulean #0F567F

Color information

#0F567F (or 0x0F567F) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 56 and 7F. RGB value is (15,86,127). Sum of RGB (Red+Green+Blue) = 15+86+127=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F567F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F567F is #F0A980. Grayscale: #454545. Windows color (decimal): -15772033 or 8345103. OLE color: 8345103.

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

Color convert

RGB1586127-
CMYK0.880.3200.50
HSL201.96º78.87%27.84%-
HSV(B)201.96º88.19%49.8%-
XYZ7.368.2921.29-
YUV69.44160.4889.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 127 (50% from 255) = 55.70%
R=6.58%
G=37.72%
B=55.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15861270.880.3200.50201.9678.8727.84
HexF567F5820032ca4f1c
Octal171261771304006231211734
Binary1111101011011111111011000100000011001011001010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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