#1396B3

Color #1396B3 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1396B3

Tints of Pelorous #1396B3

Color information

#1396B3 (or 0x1396B3) is unknown color: approx Pelorous. HEX triplet: 13, 96 and B3. RGB value is (19,150,179). Sum of RGB (Red+Green+Blue) = 19+150+179=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 179 (70.31% from 255 or 51.44% from 348); Max value from RGB is 179 - color contains mainly: blue. Hex color #1396B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1396B3 is #EC694C. Grayscale: #717171. Windows color (decimal): -15493453 or 11769363. OLE color: 11769363.

HSL color Cylindrical-coordinate representation of color #1396B3: hue angle of 190.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1396B3 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB19150179-
CMYK0.890.1600.30
HSL190.88º80.81%38.82%-
HSV(B)190.88º89.39%70.2%-
XYZ19.3125.2146.5-
YUV114.14164.660.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.46%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 179 (70.31% from 255) = 51.44%
R=5.46%
G=43.10%
B=51.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191501790.890.1600.30190.8880.8138.82
Hex1396B3591001Ebf5127
Octal232262631312003627712147
Binary100111001011010110011101100110000011110101111111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1396B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1396B3; }

 p { color: rgb(19,150,179); }

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

<style>
 a { background-color: #1396B3; }

 a { background-color: rgb(19,150,179); }

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

<style>
 span { border-color: #1396B3; }

 span { border-color: rgb(19,150,179); }

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