Html Css Color HEX #1291CC Pacific Blue

📋 copy color: '#1291CC'

red 18 ◦ green 145 ◦ blue 204

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

Shades of Pacific Blue #1291CC

Tints of Pacific Blue #1291CC

RGB

 RED value IS 18 (7.42% from 255) = 4.9%

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

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

R = 4.9%
G = 39.51%
B = 55.59%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1291CC (or 0x1291CC) is known color: Pacific Blue. HEX triplet: 12, 91 and CC. RGB value is (18,145,204). Sum of RGB (Red+Green+Blue) = 18+145+204=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #1291CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1291CC is #ED6E33. Grayscale: #717171. Windows color (decimal): -15560244 or 13406482. OLE color: 13406482.

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

Color convert

RGB 18 145 204 -
CMYK 0.91 0.29 0 0.2
HSL 199.03º 0.84% 0.44% -
HSV(B) 199.03º 0.91% 0.8% -
XYZ 21.27 24.74 60.78 -
YUV 113.75 178.92 59.7 -
System Red Green Blue C M Y K H S L
Decimal 18 145 204 0.91 0.29 0 0.2 199.03 0.84 0.44
Hex 12 91 CC 5B 1D 0 14 C7 54 2C
Octal 22 221 314 133 35 0 24 307 124 54
Binary 10010 10010001 11001100 1011011 11101 0 10100 11000111 1010100 101100

Color Harmonies of #1291CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1291CC

Black with #1291CC

Text Example


Text Example

White with #1291CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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