#1C91C4

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

Shades of Pelorous #1C91C4

Tints of Pelorous #1C91C4

Color information

#1C91C4 (or 0x1C91C4) is unknown color: approx Pelorous. HEX triplet: 1C, 91 and C4. RGB value is (28,145,196). Sum of RGB (Red+Green+Blue) = 28+145+196=369 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.59% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 196 (76.95% from 255 or 53.12% from 369); Max value from RGB is 196 - color contains mainly: blue. Hex color #1C91C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C91C4 is #E36E3B. Grayscale: #737373. Windows color (decimal): -14904892 or 12882204. OLE color: 12882204.

HSL color Cylindrical-coordinate representation of color #1C91C4: hue angle of 198.21º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C91C4 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB28145196-
CMYK0.860.2600.23
HSL198.21º75%43.92%-
HSV(B)198.21º85.71%76.86%-
XYZ20.5724.4855.87-
YUV115.83173.2465.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.59%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 196 (76.95% from 255) = 53.12%
R=7.59%
G=39.30%
B=53.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal281451960.860.2600.23198.217543.92
Hex1C91C4561A017c64b2c
Octal342213041263202730611354
Binary111001001000111000100101011011010010111110001101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C91C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C91C4; }

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

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

<style>
 a { background-color: #1C91C4; }

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

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

<style>
 span { border-color: #1C91C4; }

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

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