Html Css Color HEX #1B6DAE Denim

📋 copy color: '#1B6DAE'

red 27 ◦ green 109 ◦ blue 174

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

Shades of Denim #1B6DAE

Tints of Denim #1B6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.16%

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

R = 8.71%
G = 35.16%
B = 56.13%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B6DAE (or 0x1B6DAE) is known color: Denim. HEX triplet: 1B, 6D and AE. RGB value is (27,109,174). Sum of RGB (Red+Green+Blue) = 27+109+174=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B6DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6DAE is #E49251. Grayscale: #5B5B5B. Windows color (decimal): -14979666 or 11431195. OLE color: 11431195.

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

Color convert

RGB 27 109 174 -
CMYK 0.84 0.37 0 0.32
HSL 206.53º 0.73% 0.39% -
HSV(B) 206.53º 0.84% 0.68% -
XYZ 13.56 14.23 42.08 -
YUV 91.89 174.33 81.71 -
System Red Green Blue C M Y K H S L
Decimal 27 109 174 0.84 0.37 0 0.32 206.53 0.73 0.39
Hex 1B 6D AE 54 25 0 20 CF 49 27
Octal 33 155 256 124 45 0 40 317 111 47
Binary 11011 1101101 10101110 1010100 100101 0 100000 11001111 1001001 100111

Color Harmonies of #1B6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6DAE

Black with #1B6DAE

Text Example


Text Example

White with #1B6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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