Html Css Color HEX #1491CC Pacific Blue

📋 copy color: '#1491CC'

red 20 ◦ green 145 ◦ blue 204

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

Shades of Pacific Blue #1491CC

Tints of Pacific Blue #1491CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.3%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 5.42%
G = 39.3%
B = 55.28%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1491CC (or 0x1491CC) is known color: Pacific Blue. HEX triplet: 14, 91 and CC. RGB value is (20,145,204). Sum of RGB (Red+Green+Blue) = 20+145+204=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #1491CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1491CC is #EB6E33. Grayscale: #717171. Windows color (decimal): -15429172 or 13406484. OLE color: 13406484.

HSL color Cylindrical-coordinate representation of color #1491CC: hue angle of 199.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1491CC is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 145 204 -
CMYK 0.90 0.29 0 0.2
HSL 199.24º 0.82% 0.44% -
HSV(B) 199.24º 0.9% 0.8% -
XYZ 21.31 24.76 60.78 -
YUV 114.35 178.59 60.7 -
System Red Green Blue C M Y K H S L
Decimal 20 145 204 0.90 0.29 0 0.2 199.24 0.82 0.44
Hex 14 91 CC 5A 1D 0 14 C7 52 2C
Octal 24 221 314 132 35 0 24 307 122 54
Binary 10100 10010001 11001100 1011010 11101 0 10100 11000111 1010010 101100

Color Harmonies of #1491CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1491CC

Black with #1491CC

Text Example


Text Example

White with #1491CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1491CC; }

 p { color: rgb(20,145,204); }

 H1.HeaderClassName
 {
   color: #1491CC;
 }
 .AnyTagClassName
 {
   color: #1491CC;
 }
</style>

background-color css

<style>
 a { background-color: #1491CC; }

 a { background-color: rgb(20,145,204); }

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

border-color css

<style>
 span { border-color: #1491CC; }

 span { border-color: rgb(20,145,204); }

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