#1F7478

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

Shades of Atoll #1F7478

Tints of Atoll #1F7478

Color information

#1F7478 (or 0x1F7478) is unknown color: approx Atoll. HEX triplet: 1F, 74 and 78. RGB value is (31,116,120). Sum of RGB (Red+Green+Blue) = 31+116+120=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7478 is #E08B87. Grayscale: #5A5A5A. Windows color (decimal): -14715784 or 7894047. OLE color: 7894047.

HSL color Cylindrical-coordinate representation of color #1F7478: hue angle of 182.7º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7478 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB31116120-
CMYK0.740.0300.53
HSL182.7º58.94%29.61%-
HSV(B)182.7º74.17%47.06%-
XYZ10.214.1419.96-
YUV91.04144.3485.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=11.61%
G=43.45%
B=44.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311161200.740.0300.53182.758.9429.61
Hex1F74784A3035b73b1e
Octal3716417011230652677336
Binary111111110100111100010010101101101011011011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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