#0F466D

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

Shades of Dark Cerulean #0F466D

Tints of Dark Cerulean #0F466D

Color information

#0F466D (or 0x0F466D) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 46 and 6D. RGB value is (15,70,109). Sum of RGB (Red+Green+Blue) = 15+70+109=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F466D is #F0B992. Grayscale: #393939. Windows color (decimal): -15776147 or 7161359. OLE color: 7161359.

HSL color Cylindrical-coordinate representation of color #0F466D: hue angle of 204.89º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F466D is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1570109-
CMYK0.860.3600.57
HSL204.89º75.81%24.31%-
HSV(B)204.89º86.24%42.75%-
XYZ5.155.5915.27-
YUV58156.7897.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.73%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 109 (42.97% from 255) = 56.19%
R=7.73%
G=36.08%
B=56.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15701090.860.3600.57204.8975.8124.31
HexF466D5624039cd4c18
Octal171061551264407131511430
Binary1111100011011011011010110100100011100111001101100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,70,109); }

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

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

 a { background-color: rgb(15,70,109); }

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

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

 span { border-color: rgb(15,70,109); }

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