Html Css Color HEX #1B5AAB Denim

📋 copy color: '#1B5AAB'

red 27 ◦ green 90 ◦ blue 171

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

Shades of Denim #1B5AAB

Tints of Denim #1B5AAB

RGB

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

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

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

R = 9.38%
G = 31.25%
B = 59.38%

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

#1B5AAB (or 0x1B5AAB) is known color: Denim. HEX triplet: 1B, 5A and AB. RGB value is (27,90,171). Sum of RGB (Red+Green+Blue) = 27+90+171=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B5AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5AAB is #E4A554. Grayscale: #505050. Windows color (decimal): -14984533 or 11229723. OLE color: 11229723.

HSL color Cylindrical-coordinate representation of color #1B5AAB: hue angle of 213.75º 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 #1B5AAB is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 90 171 -
CMYK 0.84 0.47 0 0.33
HSL 213.75º 0.73% 0.39% -
HSV(B) 213.75º 0.84% 0.67% -
XYZ 11.46 10.49 39.95 -
YUV 80.4 179.13 89.91 -
System Red Green Blue C M Y K H S L
Decimal 27 90 171 0.84 0.47 0 0.33 213.75 0.73 0.39
Hex 1B 5A AB 54 2F 0 21 D6 49 27
Octal 33 132 253 124 57 0 41 326 111 47
Binary 11011 1011010 10101011 1010100 101111 0 100001 11010110 1001001 100111

Color Harmonies of #1B5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5AAB

Black with #1B5AAB

Text Example


Text Example

White with #1B5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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