#1A83C0

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

Shades of Pelorous #1A83C0

Tints of Pelorous #1A83C0

Color information

#1A83C0 (or 0x1A83C0) is unknown color: approx Pelorous. HEX triplet: 1A, 83 and C0. RGB value is (26,131,192). Sum of RGB (Red+Green+Blue) = 26+131+192=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #1A83C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A83C0 is #E57C3F. Grayscale: #6A6A6A. Windows color (decimal): -15039552 or 12616474. OLE color: 12616474.

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

Color convert

RGB26131192-
CMYK0.860.3200.25
HSL202.05º76.15%42.75%-
HSV(B)202.05º86.46%75.29%-
XYZ18.0620.2652.83-
YUV106.56176.2170.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.45%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 192 (75.39% from 255) = 55.01%
R=7.45%
G=37.54%
B=55.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261311920.860.3200.25202.0576.1542.75
Hex1A83C05620019ca4c2b
Octal322033001264003131211453
Binary1101010000011110000001010110100000011001110010101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A83C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,131,192); }

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

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

 a { background-color: rgb(26,131,192); }

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

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

 span { border-color: rgb(26,131,192); }

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