#0f4dcb

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

Shades of Denim #0F4DCB

Tints of Denim #0F4DCB

Color information

#0F4DCB (or 0x0F4DCB) is unknown color: approx Denim. HEX triplet: 0F, 4D and CB. RGB value is (15,77,203). Sum of RGB (Red+Green+Blue) = 15+77+203=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F4DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4DCB is #F0B234. Grayscale: #484848. Windows color (decimal): -15774261 or 13323535. OLE color: 13323535.

HSL color Cylindrical-coordinate representation of color #0F4DCB: hue angle of 220.21º 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 #0F4DCB is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1577203-
CMYK0.930.6200.20
HSL220.21º86.24%42.75%-
HSV(B)220.21º92.61%79.61%-
XYZ13.639.7257.66-
YUV72.83201.4686.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.08%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 203 (79.69% from 255) = 68.81%
R=5.08%
G=26.10%
B=68.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15772030.930.6200.20220.2186.2442.75
HexF4DCB5D3E014dc562b
Octal171153131357602433412653
Binary11111001101110010111011101111110010100110111001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f4dcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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