Html Css Color HEX #1895AD Pelorous

📋 copy color: '#1895AD'

red 24 ◦ green 149 ◦ blue 173

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

Shades of Pelorous #1895AD

Tints of Pelorous #1895AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

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

R = 6.94%
G = 43.06%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1895AD (or 0x1895AD) is known color: Pelorous. HEX triplet: 18, 95 and AD. RGB value is (24,149,173). Sum of RGB (Red+Green+Blue) = 24+149+173=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #1895AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1895AD is #E76A52. Grayscale: #727272. Windows color (decimal): -15166035 or 11375896. OLE color: 11375896.

HSL color Cylindrical-coordinate representation of color #1895AD: hue angle of 189.66º 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 #1895AD is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 149 173 -
CMYK 0.86 0.14 0 0.32
HSL 189.66º 0.76% 0.39% -
HSV(B) 189.66º 0.86% 0.68% -
XYZ 18.67 24.71 43.32 -
YUV 114.36 161.09 63.55 -
System Red Green Blue C M Y K H S L
Decimal 24 149 173 0.86 0.14 0 0.32 189.66 0.76 0.39
Hex 18 95 AD 56 E 0 20 BE 4C 27
Octal 30 225 255 126 16 0 40 276 114 47
Binary 11000 10010101 10101101 1010110 1110 0 100000 10111110 1001100 100111

Color Harmonies of #1895AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1895AD

Black with #1895AD

Text Example


Text Example

White with #1895AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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