#1891C4

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

Shades of Pelorous #1891C4

Tints of Pelorous #1891C4

Color information

#1891C4 (or 0x1891C4) is unknown color: approx Pelorous. HEX triplet: 18, 91 and C4. RGB value is (24,145,196). Sum of RGB (Red+Green+Blue) = 24+145+196=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #1891C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1891C4 is #E76E3B. Grayscale: #727272. Windows color (decimal): -15167036 or 12882200. OLE color: 12882200.

HSL color Cylindrical-coordinate representation of color #1891C4: hue angle of 197.79º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1891C4 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB24145196-
CMYK0.880.2600.23
HSL197.79º78.18%43.14%-
HSV(B)197.79º87.76%76.86%-
XYZ20.4724.4355.86-
YUV114.64173.9163.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.58%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 196 (76.95% from 255) = 53.70%
R=6.58%
G=39.73%
B=53.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241451960.880.2600.23197.7978.1843.14
Hex1891C4581A017c64e2b
Octal302213041303202730611653
Binary110001001000111000100101100011010010111110001101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1891C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1891C4; }

 p { color: rgb(24,145,196); }

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

<style>
 a { background-color: #1891C4; }

 a { background-color: rgb(24,145,196); }

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

<style>
 span { border-color: #1891C4; }

 span { border-color: rgb(24,145,196); }

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