Html Css Color HEX #0D5ABB Denim

📋 copy color: '#0D5ABB'

red 13 ◦ green 90 ◦ blue 187

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

Shades of Denim #0D5ABB

Tints of Denim #0D5ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.48%

R = 4.48%
G = 31.03%
B = 64.48%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D5ABB (or 0x0D5ABB) is known color: Denim. HEX triplet: 0D, 5A and BB. RGB value is (13,90,187). Sum of RGB (Red+Green+Blue) = 13+90+187=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D5ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5ABB is #F2A544. Grayscale: #4D4D4D. Windows color (decimal): -15902021 or 12278285. OLE color: 12278285.

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

Color convert

RGB 13 90 187 -
CMYK 0.93 0.52 0 0.27
HSL 213.45º 0.87% 0.39% -
HSV(B) 213.45º 0.93% 0.73% -
XYZ 12.79 10.99 48.46 -
YUV 78.04 189.49 81.61 -
System Red Green Blue C M Y K H S L
Decimal 13 90 187 0.93 0.52 0 0.27 213.45 0.87 0.39
Hex D 5A BB 5D 34 0 1B D5 57 27
Octal 15 132 273 135 64 0 33 325 127 47
Binary 1101 1011010 10111011 1011101 110100 0 11011 11010101 1010111 100111

Color Harmonies of #0D5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5ABB

Black with #0D5ABB

Text Example


Text Example

White with #0D5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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