#1F555C

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

Shades of Teal Blue #1F555C

Tints of Teal Blue #1F555C

Color information

#1F555C (or 0x1F555C) is unknown color: approx Teal Blue. HEX triplet: 1F, 55 and 5C. RGB value is (31,85,92). Sum of RGB (Red+Green+Blue) = 31+85+92=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F555C is #E0AAA3. Grayscale: #454545. Windows color (decimal): -14723748 or 6051103. OLE color: 6051103.

HSL color Cylindrical-coordinate representation of color #1F555C: hue angle of 186.89º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F555C is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB318592-
CMYK0.660.0800.64
HSL186.89º49.59%24.12%-
HSV(B)186.89º66.3%36.08%-
XYZ5.757.5611.28-
YUV69.65140.61100.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.90%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=14.90%
G=40.87%
B=44.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3185920.660.0800.64186.8949.5924.12
Hex1F555C428040bb3218
Octal371251341021001002736230
Binary111111010101101110010000101000010000001011101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,85,92); }

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

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

 a { background-color: rgb(31,85,92); }

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

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

 span { border-color: rgb(31,85,92); }

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