#0F5FCB

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

Shades of Denim #0F5FCB

Tints of Denim #0F5FCB

Color information

#0F5FCB (or 0x0F5FCB) is unknown color: approx Denim. HEX triplet: 0F, 5F and CB. RGB value is (15,95,203). Sum of RGB (Red+Green+Blue) = 15+95+203=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F5FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5FCB is #F0A034. Grayscale: #525252. Windows color (decimal): -15769653 or 13328143. OLE color: 13328143.

HSL color Cylindrical-coordinate representation of color #0F5FCB: hue angle of 214.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F5FCB is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1595203-
CMYK0.930.5300.20
HSL214.47º86.24%42.75%-
HSV(B)214.47º92.61%79.61%-
XYZ15.0712.658.14-
YUV83.39195.579.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.79%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 203 (79.69% from 255) = 64.86%
R=4.79%
G=30.35%
B=64.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15952030.930.5300.20214.4786.2442.75
HexF5FCB5D35014d6562b
Octal171373131356502432612653
Binary11111011111110010111011101110101010100110101101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,95,203); }

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

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

 a { background-color: rgb(15,95,203); }

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

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

 span { border-color: rgb(15,95,203); }

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