#1386C9

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

Shades of Pacific Blue #1386C9

Tints of Pacific Blue #1386C9

Color information

#1386C9 (or 0x1386C9) is unknown color: approx Pacific Blue. HEX triplet: 13, 86 and C9. RGB value is (19,134,201). Sum of RGB (Red+Green+Blue) = 19+134+201=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 201 (78.91% from 255 or 56.78% from 354); Max value from RGB is 201 - color contains mainly: blue. Hex color #1386C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1386C9 is #EC7936. Grayscale: #6A6A6A. Windows color (decimal): -15497527 or 13207059. OLE color: 13207059.

HSL color Cylindrical-coordinate representation of color #1386C9: hue angle of 202.09º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1386C9 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19134201-
CMYK0.910.3300.21
HSL202.09º82.73%43.14%-
HSV(B)202.09º90.55%78.82%-
XYZ19.3421.4158.37-
YUV107.25180.965.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.37%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 201 (78.91% from 255) = 56.78%
R=5.37%
G=37.85%
B=56.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191342010.910.3300.21202.0982.7343.14
Hex1386C95B21015ca532b
Octal232063111334102531212353
Binary1001110000110110010011011011100001010101110010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1386C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1386C9; }

 p { color: rgb(19,134,201); }

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

<style>
 a { background-color: #1386C9; }

 a { background-color: rgb(19,134,201); }

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

<style>
 span { border-color: #1386C9; }

 span { border-color: rgb(19,134,201); }

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