#0F5DC3

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

Shades of Denim #0F5DC3

Tints of Denim #0F5DC3

Color information

#0F5DC3 (or 0x0F5DC3) is unknown color: approx Denim. HEX triplet: 0F, 5D and C3. RGB value is (15,93,195). Sum of RGB (Red+Green+Blue) = 15+93+195=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 195 (76.56% from 255 or 64.36% from 303); Max value from RGB is 195 - color contains mainly: blue. Hex color #0F5DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5DC3 is #F0A23C. Grayscale: #505050. Windows color (decimal): -15770173 or 12803343. OLE color: 12803343.

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

Color convert

RGB1593195-
CMYK0.920.5200.24
HSL214º85.71%41.18%-
HSV(B)214º92.31%76.47%-
XYZ13.9611.8753.19-
YUV81.31192.1680.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.95%
GREEN value IS 93 (36.72% from 255) = 30.69%
BLUE value IS 195 (76.56% from 255) = 64.36%
R=4.95%
G=30.69%
B=64.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15931950.920.5200.2421485.7141.18
HexF5DC35C34018d65629
Octal171353031346403032612651
Binary11111011101110000111011100110100011000110101101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,93,195); }

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

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

 a { background-color: rgb(15,93,195); }

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

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

 span { border-color: rgb(15,93,195); }

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