Html Css Color HEX #1495AD Pelorous

📋 copy color: '#1495AD'

red 20 ◦ green 149 ◦ blue 173

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

Shades of Pelorous #1495AD

Tints of Pelorous #1495AD

RGB

 RED value IS 20 (8.2% from 255) = 5.85%

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

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

R = 5.85%
G = 43.57%
B = 50.58%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1495AD (or 0x1495AD) is known color: Pelorous. HEX triplet: 14, 95 and AD. RGB value is (20,149,173). Sum of RGB (Red+Green+Blue) = 20+149+173=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #1495AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1495AD is #EB6A52. Grayscale: #707070. Windows color (decimal): -15428179 or 11375892. OLE color: 11375892.

HSL color Cylindrical-coordinate representation of color #1495AD: hue angle of 189.41º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1495AD is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 149 173 -
CMYK 0.88 0.14 0 0.32
HSL 189.41º 0.79% 0.38% -
HSV(B) 189.41º 0.88% 0.68% -
XYZ 18.58 24.66 43.32 -
YUV 113.17 161.76 61.55 -
System Red Green Blue C M Y K H S L
Decimal 20 149 173 0.88 0.14 0 0.32 189.41 0.79 0.38
Hex 14 95 AD 58 E 0 20 BD 4F 26
Octal 24 225 255 130 16 0 40 275 117 46
Binary 10100 10010101 10101101 1011000 1110 0 100000 10111101 1001111 100110

Color Harmonies of #1495AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1495AD

Black with #1495AD

Text Example


Text Example

White with #1495AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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