#1A90CA

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

Shades of Pelorous #1A90CA

Tints of Pelorous #1A90CA

Color information

#1A90CA (or 0x1A90CA) is unknown color: approx Pelorous. HEX triplet: 1A, 90 and CA. RGB value is (26,144,202). Sum of RGB (Red+Green+Blue) = 26+144+202=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A90CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A90CA is #E56F35. Grayscale: #727272. Windows color (decimal): -15036214 or 13275162. OLE color: 13275162.

HSL color Cylindrical-coordinate representation of color #1A90CA: hue angle of 199.77º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A90CA is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB26144202-
CMYK0.870.2900.21
HSL199.77º77.19%44.71%-
HSV(B)199.77º87.13%79.22%-
XYZ21.0624.4359.48-
YUV115.33176.9164.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.99%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=6.99%
G=38.71%
B=54.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal261442020.870.2900.21199.7777.1944.71
Hex1A90CA571D015c84d2d
Octal322203121273502531011555
Binary110101001000011001010101011111101010101110010001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,144,202); }

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

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

 a { background-color: rgb(26,144,202); }

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

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

 span { border-color: rgb(26,144,202); }

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