#1798BE

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

Shades of Pelorous #1798BE

Tints of Pelorous #1798BE

Color information

#1798BE (or 0x1798BE) is unknown color: approx Pelorous. HEX triplet: 17, 98 and BE. RGB value is (23,152,190). Sum of RGB (Red+Green+Blue) = 23+152+190=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #1798BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1798BE is #E86741. Grayscale: #757575. Windows color (decimal): -15230786 or 12490775. OLE color: 12490775.

HSL color Cylindrical-coordinate representation of color #1798BE: hue angle of 193.65º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1798BE is Cyan = 0.88, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB23152190-
CMYK0.880.200.25
HSL193.65º78.4%41.76%-
HSV(B)193.65º87.89%74.51%-
XYZ20.8826.3652.7-
YUV117.76168.7660.41-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.30%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=6.30%
G=41.64%
B=52.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal231521900.880.200.25193.6578.441.76
Hex1798BE5814019c24e2a
Octal272302761302403130211652
Binary101111001100010111110101100010100011001110000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1798BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1798BE; }

 p { color: rgb(23,152,190); }

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

<style>
 a { background-color: #1798BE; }

 a { background-color: rgb(23,152,190); }

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

<style>
 span { border-color: #1798BE; }

 span { border-color: rgb(23,152,190); }

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