Html Css Color HEX #1B5AAD Denim

📋 copy color: '#1B5AAD'

red 27 ◦ green 90 ◦ blue 173

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

Shades of Denim #1B5AAD

Tints of Denim #1B5AAD

RGB

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

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

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

R = 9.31%
G = 31.03%
B = 59.66%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B5AAD (or 0x1B5AAD) is known color: Denim. HEX triplet: 1B, 5A and AD. RGB value is (27,90,173). Sum of RGB (Red+Green+Blue) = 27+90+173=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B5AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5AAD is #E4A552. Grayscale: #505050. Windows color (decimal): -14984531 or 11360795. OLE color: 11360795.

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

Color convert

RGB 27 90 173 -
CMYK 0.84 0.48 0 0.32
HSL 214.11º 0.73% 0.39% -
HSV(B) 214.11º 0.84% 0.68% -
XYZ 11.65 10.56 40.96 -
YUV 80.63 180.13 89.75 -
System Red Green Blue C M Y K H S L
Decimal 27 90 173 0.84 0.48 0 0.32 214.11 0.73 0.39
Hex 1B 5A AD 54 30 0 20 D6 49 27
Octal 33 132 255 124 60 0 40 326 111 47
Binary 11011 1011010 10101101 1010100 110000 0 100000 11010110 1001001 100111

Color Harmonies of #1B5AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5AAD

Black with #1B5AAD

Text Example


Text Example

White with #1B5AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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