Html Css Color HEX #1859B9 Denim

📋 copy color: '#1859B9'

red 24 ◦ green 89 ◦ blue 185

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

Shades of Denim #1859B9

Tints of Denim #1859B9

RGB

 RED value IS 24 (9.77% from 255) = 8.05%

 GREEN value IS 89 (35.16% from 255) = 29.87%

 BLUE value IS 185 (72.66% from 255) = 62.08%

R = 8.05%
G = 29.87%
B = 62.08%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1859B9 (or 0x1859B9) is known color: Denim. HEX triplet: 18, 59 and B9. RGB value is (24,89,185). Sum of RGB (Red+Green+Blue) = 24+89+185=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 185 (72.66% from 255 or 62.08% from 298); Max value from RGB is 185 - color contains mainly: blue. Hex color #1859B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1859B9 is #E7A646. Grayscale: #505050. Windows color (decimal): -15181383 or 12146968. OLE color: 12146968.

HSL color Cylindrical-coordinate representation of color #1859B9: hue angle of 215.78º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1859B9 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 89 185 -
CMYK 0.87 0.52 0 0.27
HSL 215.78º 0.77% 0.41% -
HSV(B) 215.78º 0.87% 0.73% -
XYZ 12.71 10.84 47.32 -
YUV 80.51 186.97 87.69 -
System Red Green Blue C M Y K H S L
Decimal 24 89 185 0.87 0.52 0 0.27 215.78 0.77 0.41
Hex 18 59 B9 57 34 0 1B D8 4D 29
Octal 30 131 271 127 64 0 33 330 115 51
Binary 11000 1011001 10111001 1010111 110100 0 11011 11011000 1001101 101001

Color Harmonies of #1859B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1859B9

Black with #1859B9

Text Example


Text Example

White with #1859B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1859B9; }

 p { color: rgb(24,89,185); }

 H1.HeaderClassName
 {
   color: #1859B9;
 }
 .AnyTagClassName
 {
   color: #1859B9;
 }
</style>

background-color css

<style>
 a { background-color: #1859B9; }

 a { background-color: rgb(24,89,185); }

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

border-color css

<style>
 span { border-color: #1859B9; }

 span { border-color: rgb(24,89,185); }

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