#1A84BD

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

Shades of Pelorous #1A84BD

Tints of Pelorous #1A84BD

Color information

#1A84BD (or 0x1A84BD) is unknown color: approx Pelorous. HEX triplet: 1A, 84 and BD. RGB value is (26,132,189). Sum of RGB (Red+Green+Blue) = 26+132+189=347 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.49% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A84BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A84BD is #E57B42. Grayscale: #6A6A6A. Windows color (decimal): -15039299 or 12420122. OLE color: 12420122.

HSL color Cylindrical-coordinate representation of color #1A84BD: hue angle of 200.98º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A84BD is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB26132189-
CMYK0.860.3000.26
HSL200.98º75.81%42.16%-
HSV(B)200.98º86.24%74.12%-
XYZ17.8620.451.14-
YUV106.8174.3870.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.49%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=7.49%
G=38.04%
B=54.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal261321890.860.3000.26200.9875.8142.16
Hex1A84BD561E01Ac94c2a
Octal322042751263603231111452
Binary110101000010010111101101011011110011010110010011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A84BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,132,189); }

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

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

 a { background-color: rgb(26,132,189); }

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

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

 span { border-color: rgb(26,132,189); }

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