Html Css Color HEX #1493C7 Pacific Blue

📋 copy color: '#1493C7'

red 20 ◦ green 147 ◦ blue 199

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

Shades of Pacific Blue #1493C7

Tints of Pacific Blue #1493C7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.16%

 BLUE value IS 199 (78.13% from 255) = 54.37%

R = 5.46%
G = 40.16%
B = 54.37%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1493C7 (or 0x1493C7) is known color: Pacific Blue. HEX triplet: 14, 93 and C7. RGB value is (20,147,199). Sum of RGB (Red+Green+Blue) = 20+147+199=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 199 (78.12% from 255 or 54.37% from 366); Max value from RGB is 199 - color contains mainly: blue. Hex color #1493C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1493C7 is #EB6C38. Grayscale: #727272. Windows color (decimal): -15428665 or 13079316. OLE color: 13079316.

HSL color Cylindrical-coordinate representation of color #1493C7: hue angle of 197.43º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1493C7 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 147 199 -
CMYK 0.90 0.26 0 0.22
HSL 197.43º 0.82% 0.43% -
HSV(B) 197.43º 0.9% 0.78% -
XYZ 21.03 25.14 57.78 -
YUV 114.96 175.42 60.27 -
System Red Green Blue C M Y K H S L
Decimal 20 147 199 0.90 0.26 0 0.22 197.43 0.82 0.43
Hex 14 93 C7 5A 1A 0 16 C5 52 2B
Octal 24 223 307 132 32 0 26 305 122 53
Binary 10100 10010011 11000111 1011010 11010 0 10110 11000101 1010010 101011

Color Harmonies of #1493C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1493C7

Black with #1493C7

Text Example


Text Example

White with #1493C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1493C7; }

 p { color: rgb(20,147,199); }

 H1.HeaderClassName
 {
   color: #1493C7;
 }
 .AnyTagClassName
 {
   color: #1493C7;
 }
</style>

background-color css

<style>
 a { background-color: #1493C7; }

 a { background-color: rgb(20,147,199); }

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

border-color css

<style>
 span { border-color: #1493C7; }

 span { border-color: rgb(20,147,199); }

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