Html Css Color HEX #1495AA Pelorous

📋 copy color: '#1495AA'

red 20 ◦ green 149 ◦ blue 170

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

Shades of Pelorous #1495AA

Tints of Pelorous #1495AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 5.9%
G = 43.95%
B = 50.15%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1495AA (or 0x1495AA) is known color: Pelorous. HEX triplet: 14, 95 and AA. RGB value is (20,149,170). Sum of RGB (Red+Green+Blue) = 20+149+170=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #1495AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1495AA is #EB6A55. Grayscale: #707070. Windows color (decimal): -15428182 or 11179284. OLE color: 11179284.

HSL color Cylindrical-coordinate representation of color #1495AA: hue angle of 188.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1495AA is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 149 170 -
CMYK 0.88 0.12 0 0.33
HSL 188.4º 0.79% 0.37% -
HSV(B) 188.4º 0.88% 0.67% -
XYZ 18.29 24.55 41.8 -
YUV 112.82 160.26 61.79 -
System Red Green Blue C M Y K H S L
Decimal 20 149 170 0.88 0.12 0 0.33 188.4 0.79 0.37
Hex 14 95 AA 58 C 0 21 BC 4F 25
Octal 24 225 252 130 14 0 41 274 117 45
Binary 10100 10010101 10101010 1011000 1100 0 100001 10111100 1001111 100101

Color Harmonies of #1495AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1495AA

Black with #1495AA

Text Example


Text Example

White with #1495AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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