Html Css Color HEX #1F4F5A Teal Blue

📋 copy color: '#1F4F5A'

red 31 ◦ green 79 ◦ blue 90

#1F4F5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #1F4F5A

Tints of Teal Blue #1F4F5A

RGB

 RED value IS 31 (12.5% from 255) = 15.5%

 GREEN value IS 79 (31.25% from 255) = 39.5%

 BLUE value IS 90 (35.55% from 255) = 45%

R = 15.5%
G = 39.5%
B = 45%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F4F5A (or 0x1F4F5A) is known color: Teal Blue. HEX triplet: 1F, 4F and 5A. RGB value is (31,79,90). Sum of RGB (Red+Green+Blue) = 31+79+90=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F4F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4F5A is #E0B0A5. Grayscale: #414141. Windows color (decimal): -14725286 or 5918495. OLE color: 5918495.

HSL color Cylindrical-coordinate representation of color #1F4F5A: hue angle of 191.19º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F4F5A is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 79 90 -
CMYK 0.66 0.12 0 0.65
HSL 191.19º 0.49% 0.24% -
HSV(B) 191.19º 0.66% 0.35% -
XYZ 5.21 6.62 10.68 -
YUV 65.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 31 79 90 0.66 0.12 0 0.65 191.19 0.49 0.24
Hex 1F 4F 5A 42 C 0 41 BF 31 18
Octal 37 117 132 102 14 0 101 277 61 30
Binary 11111 1001111 1011010 1000010 1100 0 1000001 10111111 110001 11000

Color Harmonies of #1F4F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4F5A

Black with #1F4F5A

Text Example


Text Example

White with #1F4F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,79,90); }

 H1.HeaderClassName
 {
   color: #1F4F5A;
 }
 .AnyTagClassName
 {
   color: #1F4F5A;
 }
</style>

background-color css

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

 a { background-color: rgb(31,79,90); }

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

border-color css

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

 span { border-color: rgb(31,79,90); }

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