#1890C3

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

Shades of Pelorous #1890C3

Tints of Pelorous #1890C3

Color information

#1890C3 (or 0x1890C3) is unknown color: approx Pelorous. HEX triplet: 18, 90 and C3. RGB value is (24,144,195). Sum of RGB (Red+Green+Blue) = 24+144+195=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 195 (76.56% from 255 or 53.72% from 363); Max value from RGB is 195 - color contains mainly: blue. Hex color #1890C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1890C3 is #E76F3C. Grayscale: #717171. Windows color (decimal): -15167293 or 12816408. OLE color: 12816408.

HSL color Cylindrical-coordinate representation of color #1890C3: hue angle of 197.89º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1890C3 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB24144195-
CMYK0.880.2600.24
HSL197.89º78.08%42.94%-
HSV(B)197.89º87.69%76.47%-
XYZ20.224.0855.21-
YUV113.93173.7463.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.61%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 195 (76.56% from 255) = 53.72%
R=6.61%
G=39.67%
B=53.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241441950.880.2600.24197.8978.0842.94
Hex1890C3581A018c64e2b
Octal302203031303203030611653
Binary110001001000011000011101100011010011000110001101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1890C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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