#1a93c3

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

Shades of Pelorous #1A93C3

Tints of Pelorous #1A93C3

Color information

#1A93C3 (or 0x1A93C3) is unknown color: approx Pelorous. HEX triplet: 1A, 93 and C3. RGB value is (26,147,195). Sum of RGB (Red+Green+Blue) = 26+147+195=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 195 (76.56% from 255 or 52.99% from 368); Max value from RGB is 195 - color contains mainly: blue. Hex color #1A93C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A93C3 is #E56C3C. Grayscale: #737373. Windows color (decimal): -15035453 or 12817178. OLE color: 12817178.

HSL color Cylindrical-coordinate representation of color #1A93C3: hue angle of 197.04º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A93C3 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB26147195-
CMYK0.870.2500.24
HSL197.04º76.47%43.33%-
HSV(B)197.04º86.67%76.47%-
XYZ20.7125.0355.37-
YUV116.29172.4163.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.07%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 195 (76.56% from 255) = 52.99%
R=7.07%
G=39.95%
B=52.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal261471950.870.2500.24197.0476.4743.33
Hex1A93C35719018c54c2b
Octal322233031273103030511453
Binary110101001001111000011101011111001011000110001011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a93c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,147,195); }

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

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

 a { background-color: rgb(26,147,195); }

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

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

 span { border-color: rgb(26,147,195); }

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