Html Css Color HEX #1498AF Pelorous

📋 copy color: '#1498AF'

red 20 ◦ green 152 ◦ blue 175

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

Shades of Pelorous #1498AF

Tints of Pelorous #1498AF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.8%

 BLUE value IS 175 (68.75% from 255) = 50.43%

R = 5.76%
G = 43.8%
B = 50.43%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1498AF (or 0x1498AF) is known color: Pelorous. HEX triplet: 14, 98 and AF. RGB value is (20,152,175). Sum of RGB (Red+Green+Blue) = 20+152+175=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #1498AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1498AF is #EB6750. Grayscale: #727272. Windows color (decimal): -15427409 or 11507732. OLE color: 11507732.

HSL color Cylindrical-coordinate representation of color #1498AF: hue angle of 188.9º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1498AF is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 152 175 -
CMYK 0.89 0.13 0 0.31
HSL 188.9º 0.79% 0.38% -
HSV(B) 188.9º 0.89% 0.69% -
XYZ 19.25 25.7 44.5 -
YUV 115.15 161.77 60.13 -
System Red Green Blue C M Y K H S L
Decimal 20 152 175 0.89 0.13 0 0.31 188.9 0.79 0.38
Hex 14 98 AF 59 D 0 1F BD 4F 26
Octal 24 230 257 131 15 0 37 275 117 46
Binary 10100 10011000 10101111 1011001 1101 0 11111 10111101 1001111 100110

Color Harmonies of #1498AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1498AF

Black with #1498AF

Text Example


Text Example

White with #1498AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1498AF; }

 p { color: rgb(20,152,175); }

 H1.HeaderClassName
 {
   color: #1498AF;
 }
 .AnyTagClassName
 {
   color: #1498AF;
 }
</style>

background-color css

<style>
 a { background-color: #1498AF; }

 a { background-color: rgb(20,152,175); }

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

border-color css

<style>
 span { border-color: #1498AF; }

 span { border-color: rgb(20,152,175); }

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