#0D55BF

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

Shades of Denim #0D55BF

Tints of Denim #0D55BF

Color information

#0D55BF (or 0x0D55BF) is unknown color: approx Denim. HEX triplet: 0D, 55 and BF. RGB value is (13,85,191). Sum of RGB (Red+Green+Blue) = 13+85+191=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D55BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D55BF is #F2AA40. Grayscale: #4B4B4B. Windows color (decimal): -15903297 or 12539149. OLE color: 12539149.

HSL color Cylindrical-coordinate representation of color #0D55BF: hue angle of 215.73º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D55BF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1385191-
CMYK0.930.5500.25
HSL215.73º87.25%40%-
HSV(B)215.73º93.19%74.9%-
XYZ12.8210.3450.61-
YUV75.56193.1583.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.50%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 191 (75% from 255) = 66.09%
R=4.50%
G=29.41%
B=66.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13851910.930.5500.25215.7387.2540
HexD55BF5D37019d85728
Octal151252771356703133012750
Binary11011010101101111111011101110111011001110110001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,85,191); }

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

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

 a { background-color: rgb(13,85,191); }

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

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

 span { border-color: rgb(13,85,191); }

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