Html Css Color HEX #1855AB Denim

📋 copy color: '#1855AB'

red 24 ◦ green 85 ◦ blue 171

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

Shades of Denim #1855AB

Tints of Denim #1855AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

 BLUE value IS 171 (67.19% from 255) = 61.07%

R = 8.57%
G = 30.36%
B = 61.07%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1855AB (or 0x1855AB) is known color: Denim. HEX triplet: 18, 55 and AB. RGB value is (24,85,171). Sum of RGB (Red+Green+Blue) = 24+85+171=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #1855AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1855AB is #E7AA54. Grayscale: #4C4C4C. Windows color (decimal): -15182421 or 11228440. OLE color: 11228440.

HSL color Cylindrical-coordinate representation of color #1855AB: hue angle of 215.1º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1855AB is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 85 171 -
CMYK 0.86 0.50 0 0.33
HSL 215.1º 0.75% 0.38% -
HSV(B) 215.1º 0.86% 0.67% -
XYZ 10.98 9.63 39.81 -
YUV 76.57 181.29 90.51 -
System Red Green Blue C M Y K H S L
Decimal 24 85 171 0.86 0.50 0 0.33 215.1 0.75 0.38
Hex 18 55 AB 56 32 0 21 D7 4B 26
Octal 30 125 253 126 62 0 41 327 113 46
Binary 11000 1010101 10101011 1010110 110010 0 100001 11010111 1001011 100110

Color Harmonies of #1855AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1855AB

Black with #1855AB

Text Example


Text Example

White with #1855AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1855AB; }

 p { color: rgb(24,85,171); }

 H1.HeaderClassName
 {
   color: #1855AB;
 }
 .AnyTagClassName
 {
   color: #1855AB;
 }
</style>

background-color css

<style>
 a { background-color: #1855AB; }

 a { background-color: rgb(24,85,171); }

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

border-color css

<style>
 span { border-color: #1855AB; }

 span { border-color: rgb(24,85,171); }

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