Html Css Color HEX #0D5AB4 Denim

📋 copy color: '#0D5AB4'

red 13 ◦ green 90 ◦ blue 180

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

Shades of Denim #0D5AB4

Tints of Denim #0D5AB4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

 BLUE value IS 180 (70.7% from 255) = 63.6%

R = 4.59%
G = 31.8%
B = 63.6%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0D5AB4 (or 0x0D5AB4) is known color: Denim. HEX triplet: 0D, 5A and B4. RGB value is (13,90,180). Sum of RGB (Red+Green+Blue) = 13+90+180=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 180 (70.70% from 255 or 63.60% from 283); Max value from RGB is 180 - color contains mainly: blue. Hex color #0D5AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5AB4 is #F2A54B. Grayscale: #4C4C4C. Windows color (decimal): -15902028 or 11819533. OLE color: 11819533.

HSL color Cylindrical-coordinate representation of color #0D5AB4: hue angle of 212.34º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5AB4 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 90 180 -
CMYK 0.93 0.50 0 0.29
HSL 212.34º 0.87% 0.38% -
HSV(B) 212.34º 0.93% 0.71% -
XYZ 12.06 10.69 44.61 -
YUV 77.24 185.99 82.18 -
System Red Green Blue C M Y K H S L
Decimal 13 90 180 0.93 0.50 0 0.29 212.34 0.87 0.38
Hex D 5A B4 5D 32 0 1D D4 57 26
Octal 15 132 264 135 62 0 35 324 127 46
Binary 1101 1011010 10110100 1011101 110010 0 11101 11010100 1010111 100110

Color Harmonies of #0D5AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5AB4

Black with #0D5AB4

Text Example


Text Example

White with #0D5AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,90,180); }

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

background-color css

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

 a { background-color: rgb(13,90,180); }

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

border-color css

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

 span { border-color: rgb(13,90,180); }

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