#1B90AF

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

Shades of Pelorous #1B90AF

Tints of Pelorous #1B90AF

Color information

#1B90AF (or 0x1B90AF) is unknown color: approx Pelorous. HEX triplet: 1B, 90 and AF. RGB value is (27,144,175). Sum of RGB (Red+Green+Blue) = 27+144+175=346 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.80% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B90AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B90AF is #E46F50. Grayscale: #707070. Windows color (decimal): -14970705 or 11505691. OLE color: 11505691.

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

Color convert

RGB27144175-
CMYK0.850.1800.31
HSL192.57º73.27%39.61%-
HSV(B)192.57º84.57%68.63%-
XYZ18.1623.2744.09-
YUV112.55163.2466.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.80%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 175 (68.75% from 255) = 50.58%
R=7.80%
G=41.62%
B=50.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal271441750.850.1800.31192.5773.2739.61
Hex1B90AF551201Fc14928
Octal332202571252203730111150
Binary110111001000010101111101010110010011111110000011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B90AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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