Html Css Color HEX #1B5DAE Denim

📋 copy color: '#1B5DAE'

red 27 ◦ green 93 ◦ blue 174

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

Shades of Denim #1B5DAE

Tints of Denim #1B5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.63%

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

R = 9.18%
G = 31.63%
B = 59.18%

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

#1B5DAE (or 0x1B5DAE) is known color: Denim. HEX triplet: 1B, 5D and AE. RGB value is (27,93,174). Sum of RGB (Red+Green+Blue) = 27+93+174=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B5DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5DAE is #E4A251. Grayscale: #525252. Windows color (decimal): -14983762 or 11427099. OLE color: 11427099.

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

Color convert

RGB 27 93 174 -
CMYK 0.84 0.47 0 0.32
HSL 213.06º 0.73% 0.39% -
HSV(B) 213.06º 0.84% 0.68% -
XYZ 12.01 11.12 41.56 -
YUV 82.5 179.63 88.41 -
System Red Green Blue C M Y K H S L
Decimal 27 93 174 0.84 0.47 0 0.32 213.06 0.73 0.39
Hex 1B 5D AE 54 2F 0 20 D5 49 27
Octal 33 135 256 124 57 0 40 325 111 47
Binary 11011 1011101 10101110 1010100 101111 0 100000 11010101 1001001 100111

Color Harmonies of #1B5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5DAE

Black with #1B5DAE

Text Example


Text Example

White with #1B5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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