Html Css Color HEX #1495AC Pelorous

📋 copy color: '#1495AC'

red 20 ◦ green 149 ◦ blue 172

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

Shades of Pelorous #1495AC

Tints of Pelorous #1495AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.44%

R = 5.87%
G = 43.7%
B = 50.44%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1495AC (or 0x1495AC) is known color: Pelorous. HEX triplet: 14, 95 and AC. RGB value is (20,149,172). Sum of RGB (Red+Green+Blue) = 20+149+172=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #1495AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1495AC is #EB6A53. Grayscale: #707070. Windows color (decimal): -15428180 or 11310356. OLE color: 11310356.

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

Color convert

RGB 20 149 172 -
CMYK 0.88 0.13 0 0.33
HSL 189.08º 0.79% 0.38% -
HSV(B) 189.08º 0.88% 0.67% -
XYZ 18.48 24.62 42.81 -
YUV 113.05 161.26 61.63 -
System Red Green Blue C M Y K H S L
Decimal 20 149 172 0.88 0.13 0 0.33 189.08 0.79 0.38
Hex 14 95 AC 58 D 0 21 BD 4F 26
Octal 24 225 254 130 15 0 41 275 117 46
Binary 10100 10010101 10101100 1011000 1101 0 100001 10111101 1001111 100110

Color Harmonies of #1495AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1495AC

Black with #1495AC

Text Example


Text Example

White with #1495AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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