#1695B1

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

Shades of Pelorous #1695B1

Tints of Pelorous #1695B1

Color information

#1695B1 (or 0x1695B1) is unknown color: approx Pelorous. HEX triplet: 16, 95 and B1. RGB value is (22,149,177). Sum of RGB (Red+Green+Blue) = 22+149+177=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #1695B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1695B1 is #E96A4E. Grayscale: #717171. Windows color (decimal): -15297103 or 11638038. OLE color: 11638038.

HSL color Cylindrical-coordinate representation of color #1695B1: hue angle of 190.84º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1695B1 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB22149177-
CMYK0.880.1600.31
HSL190.84º77.89%39.02%-
HSV(B)190.84º87.57%69.41%-
XYZ19.0124.8445.39-
YUV114.22163.4262.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.32%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 177 (69.53% from 255) = 50.86%
R=6.32%
G=42.82%
B=50.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221491770.880.1600.31190.8477.8939.02
Hex1695B1581001Fbf4e27
Octal262252611302003727711647
Binary101101001010110110001101100010000011111101111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1695B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1695B1; }

 p { color: rgb(22,149,177); }

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

<style>
 a { background-color: #1695B1; }

 a { background-color: rgb(22,149,177); }

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

<style>
 span { border-color: #1695B1; }

 span { border-color: rgb(22,149,177); }

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