Html Css Color HEX #1289CD Pacific Blue

📋 copy color: '#1289CD'

red 18 ◦ green 137 ◦ blue 205

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

Shades of Pacific Blue #1289CD

Tints of Pacific Blue #1289CD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

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

R = 5%
G = 38.06%
B = 56.94%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1289CD (or 0x1289CD) is known color: Pacific Blue. HEX triplet: 12, 89 and CD. RGB value is (18,137,205). Sum of RGB (Red+Green+Blue) = 18+137+205=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #1289CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1289CD is #ED7632. Grayscale: #6C6C6C. Windows color (decimal): -15562291 or 13469970. OLE color: 13469970.

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

Color convert

RGB 18 137 205 -
CMYK 0.91 0.33 0 0.20
HSL 201.82º 0.84% 0.44% -
HSV(B) 201.82º 0.91% 0.8% -
XYZ 20.21 22.43 61.02 -
YUV 109.17 182.08 62.97 -
System Red Green Blue C M Y K H S L
Decimal 18 137 205 0.91 0.33 0 0.20 201.82 0.84 0.44
Hex 12 89 CD 5B 21 0 14 CA 54 2C
Octal 22 211 315 133 41 0 24 312 124 54
Binary 10010 10001001 11001101 1011011 100001 0 10100 11001010 1010100 101100

Color Harmonies of #1289CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1289CD

Black with #1289CD

Text Example


Text Example

White with #1289CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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