Html Css Color HEX #1859AF Denim

📋 copy color: '#1859AF'

red 24 ◦ green 89 ◦ blue 175

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

Shades of Denim #1859AF

Tints of Denim #1859AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.76%

R = 8.33%
G = 30.9%
B = 60.76%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1859AF (or 0x1859AF) is known color: Denim. HEX triplet: 18, 59 and AF. RGB value is (24,89,175). Sum of RGB (Red+Green+Blue) = 24+89+175=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #1859AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1859AF is #E7A650. Grayscale: #4E4E4E. Windows color (decimal): -15181393 or 11491608. OLE color: 11491608.

HSL color Cylindrical-coordinate representation of color #1859AF: hue angle of 214.17º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1859AF is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 89 175 -
CMYK 0.86 0.49 0 0.31
HSL 214.17º 0.76% 0.39% -
HSV(B) 214.17º 0.86% 0.69% -
XYZ 11.69 10.43 41.96 -
YUV 79.37 181.97 88.51 -
System Red Green Blue C M Y K H S L
Decimal 24 89 175 0.86 0.49 0 0.31 214.17 0.76 0.39
Hex 18 59 AF 56 31 0 1F D6 4C 27
Octal 30 131 257 126 61 0 37 326 114 47
Binary 11000 1011001 10101111 1010110 110001 0 11111 11010110 1001100 100111

Color Harmonies of #1859AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1859AF

Black with #1859AF

Text Example


Text Example

White with #1859AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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