Html Css Color HEX #1B58D5 Denim

📋 copy color: '#1B58D5'

red 27 ◦ green 88 ◦ blue 213

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

Shades of Denim #1B58D5

Tints of Denim #1B58D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 64.94%

R = 8.23%
G = 26.83%
B = 64.94%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1B58D5 (or 0x1B58D5) is known color: Denim. HEX triplet: 1B, 58 and D5. RGB value is (27,88,213). Sum of RGB (Red+Green+Blue) = 27+88+213=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 213 (83.59% from 255 or 64.94% from 328); Max value from RGB is 213 - color contains mainly: blue. Hex color #1B58D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B58D5 is #E4A72A. Grayscale: #535353. Windows color (decimal): -14985003 or 13981723. OLE color: 13981723.

HSL color Cylindrical-coordinate representation of color #1B58D5: hue angle of 220.32º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B58D5 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 27 88 213 -
CMYK 0.87 0.59 0 0.16
HSL 220.32º 0.78% 0.47% -
HSV(B) 220.32º 0.87% 0.84% -
XYZ 15.95 12.02 64.43 -
YUV 84.01 200.79 87.34 -
System Red Green Blue C M Y K H S L
Decimal 27 88 213 0.87 0.59 0 0.16 220.32 0.78 0.47
Hex 1B 58 D5 57 3B 0 10 DC 4E 2F
Octal 33 130 325 127 73 0 20 334 116 57
Binary 11011 1011000 11010101 1010111 111011 0 10000 11011100 1001110 101111

Color Harmonies of #1B58D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B58D5

Black with #1B58D5

Text Example


Text Example

White with #1B58D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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