Html Css Color HEX #1B5BAE Denim

📋 copy color: '#1B5BAE'

red 27 ◦ green 91 ◦ blue 174

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

Shades of Denim #1B5BAE

Tints of Denim #1B5BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.59%

R = 9.25%
G = 31.16%
B = 59.59%

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

#1B5BAE (or 0x1B5BAE) is known color: Denim. HEX triplet: 1B, 5B and AE. RGB value is (27,91,174). Sum of RGB (Red+Green+Blue) = 27+91+174=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B5BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5BAE is #E4A451. Grayscale: #505050. Windows color (decimal): -14984274 or 11426587. OLE color: 11426587.

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

Color convert

RGB 27 91 174 -
CMYK 0.84 0.48 0 0.32
HSL 213.88º 0.73% 0.39% -
HSV(B) 213.88º 0.84% 0.68% -
XYZ 11.83 10.77 41.5 -
YUV 81.33 180.3 89.25 -
System Red Green Blue C M Y K H S L
Decimal 27 91 174 0.84 0.48 0 0.32 213.88 0.73 0.39
Hex 1B 5B AE 54 30 0 20 D6 49 27
Octal 33 133 256 124 60 0 40 326 111 47
Binary 11011 1011011 10101110 1010100 110000 0 100000 11010110 1001001 100111

Color Harmonies of #1B5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5BAE

Black with #1B5BAE

Text Example


Text Example

White with #1B5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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