Html Css Color HEX #1B5BAD Denim

📋 copy color: '#1B5BAD'

red 27 ◦ green 91 ◦ blue 173

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

Shades of Denim #1B5BAD

Tints of Denim #1B5BAD

RGB

 RED value IS 27 (10.94% from 255) = 9.28%

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

 BLUE value IS 173 (67.97% from 255) = 59.45%

R = 9.28%
G = 31.27%
B = 59.45%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B5BAD (or 0x1B5BAD) is known color: Denim. HEX triplet: 1B, 5B and AD. RGB value is (27,91,173). Sum of RGB (Red+Green+Blue) = 27+91+173=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B5BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5BAD is #E4A452. Grayscale: #505050. Windows color (decimal): -14984275 or 11361051. OLE color: 11361051.

HSL color Cylindrical-coordinate representation of color #1B5BAD: hue angle of 213.7º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B5BAD is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 91 173 -
CMYK 0.84 0.47 0 0.32
HSL 213.7º 0.73% 0.39% -
HSV(B) 213.7º 0.84% 0.68% -
XYZ 11.74 10.73 40.99 -
YUV 81.21 179.8 89.33 -
System Red Green Blue C M Y K H S L
Decimal 27 91 173 0.84 0.47 0 0.32 213.7 0.73 0.39
Hex 1B 5B AD 54 2F 0 20 D6 49 27
Octal 33 133 255 124 57 0 40 326 111 47
Binary 11011 1011011 10101101 1010100 101111 0 100000 11010110 1001001 100111

Color Harmonies of #1B5BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5BAD

Black with #1B5BAD

Text Example


Text Example

White with #1B5BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,91,173); }

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

background-color css

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

 a { background-color: rgb(27,91,173); }

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

border-color css

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

 span { border-color: rgb(27,91,173); }

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