#1F747B

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

Shades of Atoll #1F747B

Tints of Atoll #1F747B

Color information

#1F747B (or 0x1F747B) is unknown color: approx Atoll. HEX triplet: 1F, 74 and 7B. RGB value is (31,116,123). Sum of RGB (Red+Green+Blue) = 31+116+123=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F747B is #E08B84. Grayscale: #5B5B5B. Windows color (decimal): -14715781 or 8090655. OLE color: 8090655.

HSL color Cylindrical-coordinate representation of color #1F747B: hue angle of 184.57º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F747B is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB31116123-
CMYK0.750.0600.52
HSL184.57º59.74%30.2%-
HSV(B)184.57º74.8%48.24%-
XYZ10.3914.2120.93-
YUV91.38145.8484.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.48%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=11.48%
G=42.96%
B=45.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal311161230.750.0600.52184.5759.7430.2
Hex1F747B4B6034b93c1e
Octal3716417311360642717436
Binary1111111101001111011100101111001101001011100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,116,123); }

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

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

 a { background-color: rgb(31,116,123); }

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

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

 span { border-color: rgb(31,116,123); }

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