#1F8088

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

Shades of Atoll #1F8088

Tints of Atoll #1F8088

Color information

#1F8088 (or 0x1F8088) is unknown color: approx Atoll. HEX triplet: 1F, 80 and 88. RGB value is (31,128,136). Sum of RGB (Red+Green+Blue) = 31+128+136=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F8088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8088 is #E07F77. Grayscale: #636363. Windows color (decimal): -14712696 or 8945695. OLE color: 8945695.

HSL color Cylindrical-coordinate representation of color #1F8088: hue angle of 184.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8088 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB31128136-
CMYK0.770.0600.47
HSL184.57º62.87%32.75%-
HSV(B)184.57º77.21%53.33%-
XYZ12.7317.5126-
YUV99.91148.3678.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.51%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=10.51%
G=43.39%
B=46.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311281360.770.0600.47184.5762.8732.75
Hex1F80884D602Fb93f21
Octal3720021011560572717741
Binary1111110000000100010001001101110010111110111001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,128,136); }

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

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

 a { background-color: rgb(31,128,136); }

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

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

 span { border-color: rgb(31,128,136); }

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