Html Css Color HEX #1F676E Allports

📋 copy color: '#1F676E'

red 31 ◦ green 103 ◦ blue 110

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

Shades of Allports #1F676E

Tints of Allports #1F676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.21%

 BLUE value IS 110 (43.36% from 255) = 45.08%

R = 12.7%
G = 42.21%
B = 45.08%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F676E (or 0x1F676E) is known color: Allports. HEX triplet: 1F, 67 and 6E. RGB value is (31,103,110). Sum of RGB (Red+Green+Blue) = 31+103+110=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F676E is #E09891. Grayscale: #525252. Windows color (decimal): -14719122 or 7235359. OLE color: 7235359.

HSL color Cylindrical-coordinate representation of color #1F676E: hue angle of 185.32º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F676E is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 31 103 110 -
CMYK 0.72 0.06 0 0.57
HSL 185.32º 0.56% 0.28% -
HSV(B) 185.32º 0.72% 0.43% -
XYZ 8.23 11.12 16.46 -
YUV 82.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 31 103 110 0.72 0.06 0 0.57 185.32 0.56 0.28
Hex 1F 67 6E 48 6 0 39 B9 38 1C
Octal 37 147 156 110 6 0 71 271 70 34
Binary 11111 1100111 1101110 1001000 110 0 111001 10111001 111000 11100

Color Harmonies of #1F676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F676E

Black with #1F676E

Text Example


Text Example

White with #1F676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,103,110); }

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

background-color css

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

 a { background-color: rgb(31,103,110); }

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

border-color css

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

 span { border-color: rgb(31,103,110); }

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