#1694C1

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

Shades of Pelorous #1694C1

Tints of Pelorous #1694C1

Color information

#1694C1 (or 0x1694C1) is unknown color: approx Pelorous. HEX triplet: 16, 94 and C1. RGB value is (22,148,193). Sum of RGB (Red+Green+Blue) = 22+148+193=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #1694C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1694C1 is #E96B3E. Grayscale: #737373. Windows color (decimal): -15297343 or 12686358. OLE color: 12686358.

HSL color Cylindrical-coordinate representation of color #1694C1: hue angle of 195.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1694C1 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB22148193-
CMYK0.890.2300.24
HSL195.79º79.53%42.16%-
HSV(B)195.79º88.6%75.69%-
XYZ20.5525.254.23-
YUV115.46171.7661.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.06%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 193 (75.78% from 255) = 53.17%
R=6.06%
G=40.77%
B=53.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal221481930.890.2300.24195.7979.5342.16
Hex1694C15917018c4502a
Octal262243011312703030412052
Binary101101001010011000001101100110111011000110001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1694C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1694C1; }

 p { color: rgb(22,148,193); }

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

<style>
 a { background-color: #1694C1; }

 a { background-color: rgb(22,148,193); }

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

<style>
 span { border-color: #1694C1; }

 span { border-color: rgb(22,148,193); }

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