Html Css Color HEX #1497C0 Pacific Blue

📋 copy color: '#1497C0'

red 20 ◦ green 151 ◦ blue 192

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

Shades of Pacific Blue #1497C0

Tints of Pacific Blue #1497C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.89%

R = 5.51%
G = 41.6%
B = 52.89%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1497C0 (or 0x1497C0) is known color: Pacific Blue. HEX triplet: 14, 97 and C0. RGB value is (20,151,192). Sum of RGB (Red+Green+Blue) = 20+151+192=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #1497C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497C0 is #EB683F. Grayscale: #747474. Windows color (decimal): -15427648 or 12621588. OLE color: 12621588.

HSL color Cylindrical-coordinate representation of color #1497C0: hue angle of 194.3º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1497C0 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 151 192 -
CMYK 0.90 0.21 0 0.25
HSL 194.3º 0.81% 0.42% -
HSV(B) 194.3º 0.9% 0.75% -
XYZ 20.87 26.09 53.8 -
YUV 116.51 170.6 59.17 -
System Red Green Blue C M Y K H S L
Decimal 20 151 192 0.90 0.21 0 0.25 194.3 0.81 0.42
Hex 14 97 C0 5A 15 0 19 C2 51 2A
Octal 24 227 300 132 25 0 31 302 121 52
Binary 10100 10010111 11000000 1011010 10101 0 11001 11000010 1010001 101010

Color Harmonies of #1497C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1497C0

Black with #1497C0

Text Example


Text Example

White with #1497C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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