#0F58B8

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

Shades of Denim #0F58B8

Tints of Denim #0F58B8

Color information

#0F58B8 (or 0x0F58B8) is unknown color: approx Denim. HEX triplet: 0F, 58 and B8. RGB value is (15,88,184). Sum of RGB (Red+Green+Blue) = 15+88+184=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 184 (72.27% from 255 or 64.11% from 287); Max value from RGB is 184 - color contains mainly: blue. Hex color #0F58B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F58B8 is #F0A747. Grayscale: #4C4C4C. Windows color (decimal): -15771464 or 12081167. OLE color: 12081167.

HSL color Cylindrical-coordinate representation of color #0F58B8: hue angle of 214.08º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F58B8 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1588184-
CMYK0.920.5200.28
HSL214.08º84.92%39.02%-
HSV(B)214.08º91.85%72.16%-
XYZ12.3410.5446.73-
YUV77.12188.3283.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 184 (72.27% from 255) = 64.11%
R=5.23%
G=30.66%
B=64.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15881840.920.5200.28214.0884.9239.02
HexF58B85C3401Cd65527
Octal171302701346403432612547
Binary11111011000101110001011100110100011100110101101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F58B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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