#1897BE

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

Shades of Pelorous #1897BE

Tints of Pelorous #1897BE

Color information

#1897BE (or 0x1897BE) is unknown color: approx Pelorous. HEX triplet: 18, 97 and BE. RGB value is (24,151,190). Sum of RGB (Red+Green+Blue) = 24+151+190=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 151 (59.38% from 255 or 41.37% 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 #1897BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1897BE is #E76841. Grayscale: #757575. Windows color (decimal): -15165506 or 12490520. OLE color: 12490520.

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

Color convert

RGB24151190-
CMYK0.870.2100.25
HSL194.1º77.57%41.96%-
HSV(B)194.1º87.37%74.51%-
XYZ20.7426.0552.65-
YUV117.47168.9261.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.58%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=6.58%
G=41.37%
B=52.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241511900.870.2100.25194.177.5741.96
Hex1897BE5715019c24e2a
Octal302272761272503130211652
Binary110001001011110111110101011110101011001110000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1897BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,151,190); }

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

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

 a { background-color: rgb(24,151,190); }

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

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

 span { border-color: rgb(24,151,190); }

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