#1385C9

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

Shades of Pacific Blue #1385C9

Tints of Pacific Blue #1385C9

Color information

#1385C9 (or 0x1385C9) is unknown color: approx Pacific Blue. HEX triplet: 13, 85 and C9. RGB value is (19,133,201). Sum of RGB (Red+Green+Blue) = 19+133+201=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #1385C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1385C9 is #EC7A36. Grayscale: #6A6A6A. Windows color (decimal): -15497783 or 13206803. OLE color: 13206803.

HSL color Cylindrical-coordinate representation of color #1385C9: hue angle of 202.42º 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 #1385C9 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19133201-
CMYK0.910.3400.21
HSL202.42º82.73%43.14%-
HSV(B)202.42º90.55%78.82%-
XYZ19.221.1358.33-
YUV106.67181.2365.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.38%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 201 (78.91% from 255) = 56.94%
R=5.38%
G=37.68%
B=56.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191332010.910.3400.21202.4282.7343.14
Hex1385C95B22015ca532b
Octal232053111334202531212353
Binary1001110000101110010011011011100010010101110010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1385C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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