Html Css Color HEX #1B5BAB Denim

📋 copy color: '#1B5BAB'

red 27 ◦ green 91 ◦ blue 171

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

Shades of Denim #1B5BAB

Tints of Denim #1B5BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.17%

R = 9.34%
G = 31.49%
B = 59.17%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B5BAB (or 0x1B5BAB) is known color: Denim. HEX triplet: 1B, 5B and AB. RGB value is (27,91,171). Sum of RGB (Red+Green+Blue) = 27+91+171=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B5BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5BAB is #E4A454. Grayscale: #505050. Windows color (decimal): -14984277 or 11229979. OLE color: 11229979.

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

Color convert

RGB 27 91 171 -
CMYK 0.84 0.47 0 0.33
HSL 213.33º 0.73% 0.39% -
HSV(B) 213.33º 0.84% 0.67% -
XYZ 11.54 10.66 39.98 -
YUV 80.98 178.8 89.5 -
System Red Green Blue C M Y K H S L
Decimal 27 91 171 0.84 0.47 0 0.33 213.33 0.73 0.39
Hex 1B 5B AB 54 2F 0 21 D5 49 27
Octal 33 133 253 124 57 0 41 325 111 47
Binary 11011 1011011 10101011 1010100 101111 0 100001 11010101 1001001 100111

Color Harmonies of #1B5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5BAB

Black with #1B5BAB

Text Example


Text Example

White with #1B5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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