#1890BF

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

Shades of Pelorous #1890BF

Tints of Pelorous #1890BF

Color information

#1890BF (or 0x1890BF) is unknown color: approx Pelorous. HEX triplet: 18, 90 and BF. RGB value is (24,144,191). Sum of RGB (Red+Green+Blue) = 24+144+191=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #1890BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1890BF is #E76F40. Grayscale: #717171. Windows color (decimal): -15167297 or 12554264. OLE color: 12554264.

HSL color Cylindrical-coordinate representation of color #1890BF: hue angle of 196.89º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1890BF is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB24144191-
CMYK0.870.2500.25
HSL196.89º77.67%42.16%-
HSV(B)196.89º87.43%74.9%-
XYZ19.7523.952.86-
YUV113.48171.7464.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.69%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 191 (75% from 255) = 53.20%
R=6.69%
G=40.11%
B=53.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241441910.870.2500.25196.8977.6742.16
Hex1890BF5719019c54e2a
Octal302202771273103130511652
Binary110001001000010111111101011111001011001110001011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1890BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1890BF; }

 p { color: rgb(24,144,191); }

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

<style>
 a { background-color: #1890BF; }

 a { background-color: rgb(24,144,191); }

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

<style>
 span { border-color: #1890BF; }

 span { border-color: rgb(24,144,191); }

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