Html Css Color HEX #0D5DBB Denim

📋 copy color: '#0D5DBB'

red 13 ◦ green 93 ◦ blue 187

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

Shades of Denim #0D5DBB

Tints of Denim #0D5DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

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

R = 4.44%
G = 31.74%
B = 63.82%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D5DBB (or 0x0D5DBB) is known color: Denim. HEX triplet: 0D, 5D and BB. RGB value is (13,93,187). Sum of RGB (Red+Green+Blue) = 13+93+187=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D5DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5DBB is #F2A244. Grayscale: #4F4F4F. Windows color (decimal): -15901253 or 12279053. OLE color: 12279053.

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

Color convert

RGB 13 93 187 -
CMYK 0.93 0.50 0 0.27
HSL 212.41º 0.87% 0.39% -
HSV(B) 212.41º 0.93% 0.73% -
XYZ 13.05 11.5 48.55 -
YUV 79.8 188.5 80.36 -
System Red Green Blue C M Y K H S L
Decimal 13 93 187 0.93 0.50 0 0.27 212.41 0.87 0.39
Hex D 5D BB 5D 32 0 1B D4 57 27
Octal 15 135 273 135 62 0 33 324 127 47
Binary 1101 1011101 10111011 1011101 110010 0 11011 11010100 1010111 100111

Color Harmonies of #0D5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5DBB

Black with #0D5DBB

Text Example


Text Example

White with #0D5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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