Html Css Color HEX #1B58AA Denim

📋 copy color: '#1B58AA'

red 27 ◦ green 88 ◦ blue 170

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

Shades of Denim #1B58AA

Tints of Denim #1B58AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 9.47%
G = 30.88%
B = 59.65%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B58AA (or 0x1B58AA) is known color: Denim. HEX triplet: 1B, 58 and AA. RGB value is (27,88,170). Sum of RGB (Red+Green+Blue) = 27+88+170=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B58AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B58AA is #E4A755. Grayscale: #4E4E4E. Windows color (decimal): -14985046 or 11163675. OLE color: 11163675.

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

Color convert

RGB 27 88 170 -
CMYK 0.84 0.48 0 0.33
HSL 214.41º 0.73% 0.39% -
HSV(B) 214.41º 0.84% 0.67% -
XYZ 11.2 10.11 39.39 -
YUV 79.11 179.29 90.83 -
System Red Green Blue C M Y K H S L
Decimal 27 88 170 0.84 0.48 0 0.33 214.41 0.73 0.39
Hex 1B 58 AA 54 30 0 21 D6 49 27
Octal 33 130 252 124 60 0 41 326 111 47
Binary 11011 1011000 10101010 1010100 110000 0 100001 11010110 1001001 100111

Color Harmonies of #1B58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B58AA

Black with #1B58AA

Text Example


Text Example

White with #1B58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,88,170); }

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

background-color css

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

 a { background-color: rgb(27,88,170); }

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

border-color css

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

 span { border-color: rgb(27,88,170); }

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