Html Css Color HEX #1497B3 Pelorous

📋 copy color: '#1497B3'

red 20 ◦ green 151 ◦ blue 179

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

Shades of Pelorous #1497B3

Tints of Pelorous #1497B3

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

 BLUE value IS 179 (70.31% from 255) = 51.14%

R = 5.71%
G = 43.14%
B = 51.14%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1497B3 (or 0x1497B3) is known color: Pelorous. HEX triplet: 14, 97 and B3. RGB value is (20,151,179). Sum of RGB (Red+Green+Blue) = 20+151+179=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #1497B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497B3 is #EB684C. Grayscale: #727272. Windows color (decimal): -15427661 or 11769620. OLE color: 11769620.

HSL color Cylindrical-coordinate representation of color #1497B3: hue angle of 190.57º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1497B3 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 151 179 -
CMYK 0.89 0.16 0 0.30
HSL 190.57º 0.8% 0.39% -
HSV(B) 190.57º 0.89% 0.7% -
XYZ 19.49 25.54 46.55 -
YUV 115.02 164.1 60.22 -
System Red Green Blue C M Y K H S L
Decimal 20 151 179 0.89 0.16 0 0.30 190.57 0.8 0.39
Hex 14 97 B3 59 10 0 1E BF 50 27
Octal 24 227 263 131 20 0 36 277 120 47
Binary 10100 10010111 10110011 1011001 10000 0 11110 10111111 1010000 100111

Color Harmonies of #1497B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1497B3

Black with #1497B3

Text Example


Text Example

White with #1497B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1497B3; }

 p { color: rgb(20,151,179); }

 H1.HeaderClassName
 {
   color: #1497B3;
 }
 .AnyTagClassName
 {
   color: #1497B3;
 }
</style>

background-color css

<style>
 a { background-color: #1497B3; }

 a { background-color: rgb(20,151,179); }

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

border-color css

<style>
 span { border-color: #1497B3; }

 span { border-color: rgb(20,151,179); }

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