#1C90AF

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

Shades of Pelorous #1C90AF

Tints of Pelorous #1C90AF

Color information

#1C90AF (or 0x1C90AF) is unknown color: approx Pelorous. HEX triplet: 1C, 90 and AF. RGB value is (28,144,175). Sum of RGB (Red+Green+Blue) = 28+144+175=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C90AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C90AF is #E36F50. Grayscale: #707070. Windows color (decimal): -14905169 or 11505692. OLE color: 11505692.

HSL color Cylindrical-coordinate representation of color #1C90AF: hue angle of 192.65º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C90AF is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB28144175-
CMYK0.840.1800.31
HSL192.65º72.41%39.8%-
HSV(B)192.65º84%68.63%-
XYZ18.1923.2944.09-
YUV112.85163.0767.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.07%
GREEN value IS 144 (56.64% from 255) = 41.50%
BLUE value IS 175 (68.75% from 255) = 50.43%
R=8.07%
G=41.50%
B=50.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281441750.840.1800.31192.6572.4139.8
Hex1C90AF541201Fc14828
Octal342202571242203730111050
Binary111001001000010101111101010010010011111110000011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C90AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,144,175); }

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

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

 a { background-color: rgb(28,144,175); }

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

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

 span { border-color: rgb(28,144,175); }

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