Html Css Color HEX #1D5BBE Denim

📋 copy color: '#1D5BBE'

red 29 ◦ green 91 ◦ blue 190

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

Shades of Denim #1D5BBE

Tints of Denim #1D5BBE

RGB

 RED value IS 29 (11.72% from 255) = 9.35%

 GREEN value IS 91 (35.94% from 255) = 29.35%

 BLUE value IS 190 (74.61% from 255) = 61.29%

R = 9.35%
G = 29.35%
B = 61.29%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D5BBE (or 0x1D5BBE) is known color: Denim. HEX triplet: 1D, 5B and BE. RGB value is (29,91,190). Sum of RGB (Red+Green+Blue) = 29+91+190=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D5BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5BBE is #E2A441. Grayscale: #535353. Windows color (decimal): -14853186 or 12475165. OLE color: 12475165.

HSL color Cylindrical-coordinate representation of color #1D5BBE: hue angle of 216.89º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D5BBE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 91 190 -
CMYK 0.85 0.52 0 0.25
HSL 216.89º 0.74% 0.43% -
HSV(B) 216.89º 0.85% 0.75% -
XYZ 13.54 11.46 50.21 -
YUV 83.75 187.96 88.95 -
System Red Green Blue C M Y K H S L
Decimal 29 91 190 0.85 0.52 0 0.25 216.89 0.74 0.43
Hex 1D 5B BE 55 34 0 19 D9 4A 2B
Octal 35 133 276 125 64 0 31 331 112 53
Binary 11101 1011011 10111110 1010101 110100 0 11001 11011001 1001010 101011

Color Harmonies of #1D5BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5BBE

Black with #1D5BBE

Text Example


Text Example

White with #1D5BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D5BBE; }

 p { color: rgb(29,91,190); }

 H1.HeaderClassName
 {
   color: #1D5BBE;
 }
 .AnyTagClassName
 {
   color: #1D5BBE;
 }
</style>

background-color css

<style>
 a { background-color: #1D5BBE; }

 a { background-color: rgb(29,91,190); }

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

border-color css

<style>
 span { border-color: #1D5BBE; }

 span { border-color: rgb(29,91,190); }

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