#1F838A

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

Shades of Atoll #1F838A

Tints of Atoll #1F838A

Color information

#1F838A (or 0x1F838A) is unknown color: approx Atoll. HEX triplet: 1F, 83 and 8A. RGB value is (31,131,138). Sum of RGB (Red+Green+Blue) = 31+131+138=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F838A is #E07C75. Grayscale: #656565. Windows color (decimal): -14711926 or 9077535. OLE color: 9077535.

HSL color Cylindrical-coordinate representation of color #1F838A: hue angle of 183.93º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F838A is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB31131138-
CMYK0.780.0500.46
HSL183.93º63.31%33.14%-
HSV(B)183.93º77.54%54.12%-
XYZ13.2718.3626.89-
YUV101.9148.3777.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.33%
GREEN value IS 131 (51.56% from 255) = 43.67%
BLUE value IS 138 (54.30% from 255) = 46%
R=10.33%
G=43.67%
B=46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal311311380.780.0500.46183.9363.3133.14
Hex1F838A4E502Eb83f21
Octal3720321211650562707741
Binary1111110000011100010101001110101010111010111000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,131,138); }

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

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

 a { background-color: rgb(31,131,138); }

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

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

 span { border-color: rgb(31,131,138); }

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