Html Css Color HEX #1291DC Pacific Blue

📋 copy color: '#1291DC'

red 18 ◦ green 145 ◦ blue 220

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

Shades of Pacific Blue #1291DC

Tints of Pacific Blue #1291DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.44%

R = 4.7%
G = 37.86%
B = 57.44%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1291DC (or 0x1291DC) is known color: Pacific Blue. HEX triplet: 12, 91 and DC. RGB value is (18,145,220). Sum of RGB (Red+Green+Blue) = 18+145+220=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #1291DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1291DC is #ED6E23. Grayscale: #737373. Windows color (decimal): -15560228 or 14455058. OLE color: 14455058.

HSL color Cylindrical-coordinate representation of color #1291DC: hue angle of 202.28º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1291DC is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 145 220 -
CMYK 0.92 0.34 0 0.14
HSL 202.28º 0.85% 0.47% -
HSV(B) 202.28º 0.92% 0.86% -
XYZ 23.29 25.55 71.41 -
YUV 115.58 186.92 58.4 -
System Red Green Blue C M Y K H S L
Decimal 18 145 220 0.92 0.34 0 0.14 202.28 0.85 0.47
Hex 12 91 DC 5C 22 0 E CA 55 2F
Octal 22 221 334 134 42 0 16 312 125 57
Binary 10010 10010001 11011100 1011100 100010 0 1110 11001010 1010101 101111

Color Harmonies of #1291DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1291DC

Black with #1291DC

Text Example


Text Example

White with #1291DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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