Html Css Color HEX #1856AF Denim

📋 copy color: '#1856AF'

red 24 ◦ green 86 ◦ blue 175

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

Shades of Denim #1856AF

Tints of Denim #1856AF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

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

R = 8.42%
G = 30.18%
B = 61.4%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1856AF (or 0x1856AF) is known color: Denim. HEX triplet: 18, 56 and AF. RGB value is (24,86,175). Sum of RGB (Red+Green+Blue) = 24+86+175=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #1856AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1856AF is #E7A950. Grayscale: #4D4D4D. Windows color (decimal): -15182161 or 11490840. OLE color: 11490840.

HSL color Cylindrical-coordinate representation of color #1856AF: hue angle of 215.36º 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 #1856AF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 86 175 -
CMYK 0.86 0.51 0 0.31
HSL 215.36º 0.76% 0.39% -
HSV(B) 215.36º 0.86% 0.69% -
XYZ 11.44 9.94 41.87 -
YUV 77.61 182.96 89.76 -
System Red Green Blue C M Y K H S L
Decimal 24 86 175 0.86 0.51 0 0.31 215.36 0.76 0.39
Hex 18 56 AF 56 33 0 1F D7 4C 27
Octal 30 126 257 126 63 0 37 327 114 47
Binary 11000 1010110 10101111 1010110 110011 0 11111 11010111 1001100 100111

Color Harmonies of #1856AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1856AF

Black with #1856AF

Text Example


Text Example

White with #1856AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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