#1C92C4

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

Shades of Pelorous #1C92C4

Tints of Pelorous #1C92C4

Color information

#1C92C4 (or 0x1C92C4) is unknown color: approx Pelorous. HEX triplet: 1C, 92 and C4. RGB value is (28,146,196). Sum of RGB (Red+Green+Blue) = 28+146+196=370 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.57% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #1C92C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C92C4 is #E36D3B. Grayscale: #747474. Windows color (decimal): -14904636 or 12882460. OLE color: 12882460.

HSL color Cylindrical-coordinate representation of color #1C92C4: hue angle of 197.86º 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 #1C92C4 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB28146196-
CMYK0.860.2600.23
HSL197.86º75%43.92%-
HSV(B)197.86º85.71%76.86%-
XYZ20.7224.7955.92-
YUV116.42172.9164.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.57%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 196 (76.95% from 255) = 52.97%
R=7.57%
G=39.46%
B=52.97%

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
Decimal281461960.860.2600.23197.867543.92
Hex1C92C4561A017c64b2c
Octal342223041263202730611354
Binary111001001001011000100101011011010010111110001101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C92C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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