Html Css Color HEX #1291CD Pacific Blue

📋 copy color: '#1291CD'

red 18 ◦ green 145 ◦ blue 205

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

Shades of Pacific Blue #1291CD

Tints of Pacific Blue #1291CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 4.89%
G = 39.4%
B = 55.71%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1291CD (or 0x1291CD) is known color: Pacific Blue. HEX triplet: 12, 91 and CD. RGB value is (18,145,205). Sum of RGB (Red+Green+Blue) = 18+145+205=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #1291CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1291CD is #ED6E32. Grayscale: #717171. Windows color (decimal): -15560243 or 13472018. OLE color: 13472018.

HSL color Cylindrical-coordinate representation of color #1291CD: hue angle of 199.25º 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 #1291CD is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 145 205 -
CMYK 0.91 0.29 0 0.20
HSL 199.25º 0.84% 0.44% -
HSV(B) 199.25º 0.91% 0.8% -
XYZ 21.39 24.79 61.41 -
YUV 113.87 179.42 59.62 -
System Red Green Blue C M Y K H S L
Decimal 18 145 205 0.91 0.29 0 0.20 199.25 0.84 0.44
Hex 12 91 CD 5B 1D 0 14 C7 54 2C
Octal 22 221 315 133 35 0 24 307 124 54
Binary 10010 10010001 11001101 1011011 11101 0 10100 11000111 1010100 101100

Color Harmonies of #1291CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1291CD

Black with #1291CD

Text Example


Text Example

White with #1291CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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