#1289CF

Color #1289CF Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1289CF

Tints of Pacific Blue #1289CF

Color information

#1289CF (or 0x1289CF) is unknown color: approx Pacific Blue. HEX triplet: 12, 89 and CF. RGB value is (18,137,207). Sum of RGB (Red+Green+Blue) = 18+137+207=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #1289CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1289CF is #ED7630. Grayscale: #6D6D6D. Windows color (decimal): -15562289 or 13601042. OLE color: 13601042.

HSL color Cylindrical-coordinate representation of color #1289CF: hue angle of 202.22º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1289CF is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18137207-
CMYK0.910.3400.19
HSL202.22º84%44.12%-
HSV(B)202.22º91.3%81.18%-
XYZ20.4622.5262.3-
YUV109.4183.0862.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.97%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 207 (81.25% from 255) = 57.18%
R=4.97%
G=37.85%
B=57.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181372070.910.3400.19202.228444.12
Hex1289CF5B22013ca542c
Octal222113171334202331212454
Binary1001010001001110011111011011100010010011110010101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1289CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1289CF;
 }
 .AnyTagClassName
 {
   color: #1289CF;
 }
</style>
background-color css

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

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

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

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

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

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