Html Css Color HEX #0D53BA Denim

📋 copy color: '#0D53BA'

red 13 ◦ green 83 ◦ blue 186

#0D53BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #0D53BA

Tints of Denim #0D53BA

RGB

 RED value IS 13 (5.47% from 255) = 4.61%

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 4.61%
G = 29.43%
B = 65.96%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D53BA (or 0x0D53BA) is known color: Denim. HEX triplet: 0D, 53 and BA. RGB value is (13,83,186). Sum of RGB (Red+Green+Blue) = 13+83+186=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D53BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D53BA is #F2AC45. Grayscale: #494949. Windows color (decimal): -15903814 or 12210957. OLE color: 12210957.

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

Color convert

RGB 13 83 186 -
CMYK 0.93 0.55 0 0.27
HSL 215.72º 0.87% 0.39% -
HSV(B) 215.72º 0.93% 0.73% -
XYZ 12.12 9.82 47.71 -
YUV 73.81 191.31 84.62 -
System Red Green Blue C M Y K H S L
Decimal 13 83 186 0.93 0.55 0 0.27 215.72 0.87 0.39
Hex D 53 BA 5D 37 0 1B D8 57 27
Octal 15 123 272 135 67 0 33 330 127 47
Binary 1101 1010011 10111010 1011101 110111 0 11011 11011000 1010111 100111

Color Harmonies of #0D53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D53BA

Black with #0D53BA

Text Example


Text Example

White with #0D53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,83,186); }

 H1.HeaderClassName
 {
   color: #0D53BA;
 }
 .AnyTagClassName
 {
   color: #0D53BA;
 }
</style>

background-color css

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

 a { background-color: rgb(13,83,186); }

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

border-color css

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

 span { border-color: rgb(13,83,186); }

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