Html Css Color HEX #1885AD Pelorous

📋 copy color: '#1885AD'

red 24 ◦ green 133 ◦ blue 173

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

Shades of Pelorous #1885AD

Tints of Pelorous #1885AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

 BLUE value IS 173 (67.97% from 255) = 52.42%

R = 7.27%
G = 40.3%
B = 52.42%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1885AD (or 0x1885AD) is known color: Pelorous. HEX triplet: 18, 85 and AD. RGB value is (24,133,173). Sum of RGB (Red+Green+Blue) = 24+133+173=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #1885AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1885AD is #E77A52. Grayscale: #686868. Windows color (decimal): -15170131 or 11371800. OLE color: 11371800.

HSL color Cylindrical-coordinate representation of color #1885AD: hue angle of 196.11º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1885AD is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 133 173 -
CMYK 0.86 0.23 0 0.32
HSL 196.11º 0.76% 0.39% -
HSV(B) 196.11º 0.86% 0.68% -
XYZ 16.31 19.99 42.53 -
YUV 104.97 166.39 70.25 -
System Red Green Blue C M Y K H S L
Decimal 24 133 173 0.86 0.23 0 0.32 196.11 0.76 0.39
Hex 18 85 AD 56 17 0 20 C4 4C 27
Octal 30 205 255 126 27 0 40 304 114 47
Binary 11000 10000101 10101101 1010110 10111 0 100000 11000100 1001100 100111

Color Harmonies of #1885AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1885AD

Black with #1885AD

Text Example


Text Example

White with #1885AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1885AD; }

 p { color: rgb(24,133,173); }

 H1.HeaderClassName
 {
   color: #1885AD;
 }
 .AnyTagClassName
 {
   color: #1885AD;
 }
</style>

background-color css

<style>
 a { background-color: #1885AD; }

 a { background-color: rgb(24,133,173); }

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

border-color css

<style>
 span { border-color: #1885AD; }

 span { border-color: rgb(24,133,173); }

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