#1A95BF

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

Shades of Pelorous #1A95BF

Tints of Pelorous #1A95BF

Color information

#1A95BF (or 0x1A95BF) is unknown color: approx Pelorous. HEX triplet: 1A, 95 and BF. RGB value is (26,149,191). Sum of RGB (Red+Green+Blue) = 26+149+191=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A95BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A95BF is #E56A40. Grayscale: #747474. Windows color (decimal): -15034945 or 12555546. OLE color: 12555546.

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

Color convert

RGB26149191-
CMYK0.860.2200.25
HSL195.27º76.04%42.55%-
HSV(B)195.27º86.39%74.9%-
XYZ20.5825.4853.12-
YUV117.01169.7563.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.10%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 191 (75% from 255) = 52.19%
R=7.10%
G=40.71%
B=52.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261491910.860.2200.25195.2776.0442.55
Hex1A95BF5616019c34c2b
Octal322252771262603130311453
Binary110101001010110111111101011010110011001110000111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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