#1A83BF

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

Shades of Pelorous #1A83BF

Tints of Pelorous #1A83BF

Color information

#1A83BF (or 0x1A83BF) is unknown color: approx Pelorous. HEX triplet: 1A, 83 and BF. RGB value is (26,131,191). Sum of RGB (Red+Green+Blue) = 26+131+191=348 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.47% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A83BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A83BF is #E57C40. Grayscale: #6A6A6A. Windows color (decimal): -15039553 or 12550938. OLE color: 12550938.

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

Color convert

RGB26131191-
CMYK0.860.3100.25
HSL201.82º76.04%42.55%-
HSV(B)201.82º86.39%74.9%-
XYZ17.9520.2152.25-
YUV106.44175.7170.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.47%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 191 (75% from 255) = 54.89%
R=7.47%
G=37.64%
B=54.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261311910.860.3100.25201.8276.0442.55
Hex1A83BF561F019ca4c2b
Octal322032771263703131211453
Binary110101000001110111111101011011111011001110010101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A83BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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