#0F567A

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

Shades of Dark Cerulean #0F567A

Tints of Dark Cerulean #0F567A

Color information

#0F567A (or 0x0F567A) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 56 and 7A. RGB value is (15,86,122). Sum of RGB (Red+Green+Blue) = 15+86+122=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F567A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F567A is #F0A985. Grayscale: #444444. Windows color (decimal): -15772038 or 8017423. OLE color: 8017423.

HSL color Cylindrical-coordinate representation of color #0F567A: hue angle of 200.19º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F567A is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1586122-
CMYK0.880.3000.52
HSL200.19º78.1%26.86%-
HSV(B)200.19º87.7%47.84%-
XYZ7.048.1619.62-
YUV68.88157.9889.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.73%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=6.73%
G=38.57%
B=54.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15861220.880.3000.52200.1978.126.86
HexF567A581E034c84e1b
Octal171261721303606431011633
Binary111110101101111010101100011110011010011001000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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