#0D57BB

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

Shades of Denim #0D57BB

Tints of Denim #0D57BB

Color information

#0D57BB (or 0x0D57BB) is unknown color: approx Denim. HEX triplet: 0D, 57 and BB. RGB value is (13,87,187). Sum of RGB (Red+Green+Blue) = 13+87+187=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D57BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D57BB is #F2A844. Grayscale: #4B4B4B. Windows color (decimal): -15902789 or 12277517. OLE color: 12277517.

HSL color Cylindrical-coordinate representation of color #0D57BB: hue angle of 214.48º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D57BB is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1387187-
CMYK0.930.5300.27
HSL214.48º87%39.22%-
HSV(B)214.48º93.05%73.33%-
XYZ12.5410.4948.38-
YUV76.27190.4882.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.53%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 187 (73.44% from 255) = 65.16%
R=4.53%
G=30.31%
B=65.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13871870.930.5300.27214.488739.22
HexD57BB5D3501Bd65727
Octal151272731356503332612747
Binary11011010111101110111011101110101011011110101101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D57BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,87,187); }

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

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

 a { background-color: rgb(13,87,187); }

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

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

 span { border-color: rgb(13,87,187); }

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