#0F58D0

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

Shades of Denim #0F58D0

Tints of Denim #0F58D0

Color information

#0F58D0 (or 0x0F58D0) is unknown color: approx Denim. HEX triplet: 0F, 58 and D0. RGB value is (15,88,208). Sum of RGB (Red+Green+Blue) = 15+88+208=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 208 (81.64% from 255 or 66.88% from 311); Max value from RGB is 208 - color contains mainly: blue. Hex color #0F58D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F58D0 is #F0A72F. Grayscale: #4F4F4F. Windows color (decimal): -15771440 or 13654031. OLE color: 13654031.

HSL color Cylindrical-coordinate representation of color #0F58D0: hue angle of 217.31º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F58D0 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1588208-
CMYK0.930.5800.18
HSL217.31º86.55%43.73%-
HSV(B)217.31º92.79%81.57%-
XYZ15.0711.6461.13-
YUV79.85200.3281.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.82%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 208 (81.64% from 255) = 66.88%
R=4.82%
G=28.30%
B=66.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal15882080.930.5800.18217.3186.5543.73
HexF58D05D3A012d9572c
Octal171303201357202233112754
Binary11111011000110100001011101111010010010110110011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F58D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,88,208); }

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

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

 a { background-color: rgb(15,88,208); }

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

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

 span { border-color: rgb(15,88,208); }

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