Html Css Color HEX #1B58DA Denim

📋 copy color: '#1B58DA'

red 27 ◦ green 88 ◦ blue 218

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

Shades of Denim #1B58DA

Tints of Denim #1B58DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.47%

R = 8.11%
G = 26.43%
B = 65.47%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1B58DA (or 0x1B58DA) is known color: Denim. HEX triplet: 1B, 58 and DA. RGB value is (27,88,218). Sum of RGB (Red+Green+Blue) = 27+88+218=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B58DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B58DA is #E4A725. Grayscale: #545454. Windows color (decimal): -14984998 or 14309403. OLE color: 14309403.

HSL color Cylindrical-coordinate representation of color #1B58DA: hue angle of 220.84º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B58DA is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 27 88 218 -
CMYK 0.88 0.60 0 0.15
HSL 220.84º 0.78% 0.48% -
HSV(B) 220.84º 0.88% 0.85% -
XYZ 16.6 12.27 67.82 -
YUV 84.58 203.29 86.93 -
System Red Green Blue C M Y K H S L
Decimal 27 88 218 0.88 0.60 0 0.15 220.84 0.78 0.48
Hex 1B 58 DA 58 3C 0 F DD 4E 30
Octal 33 130 332 130 74 0 17 335 116 60
Binary 11011 1011000 11011010 1011000 111100 0 1111 11011101 1001110 110000

Color Harmonies of #1B58DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B58DA

Black with #1B58DA

Text Example


Text Example

White with #1B58DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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