Html Css Color HEX #1F6176 Allports

📋 copy color: '#1F6176'

red 31 ◦ green 97 ◦ blue 118

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

Shades of Allports #1F6176

Tints of Allports #1F6176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.43%

 BLUE value IS 118 (46.48% from 255) = 47.97%

R = 12.6%
G = 39.43%
B = 47.97%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F6176 (or 0x1F6176) is known color: Allports. HEX triplet: 1F, 61 and 76. RGB value is (31,97,118). Sum of RGB (Red+Green+Blue) = 31+97+118=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F6176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6176 is #E09E89. Grayscale: #4F4F4F. Windows color (decimal): -14720650 or 7758111. OLE color: 7758111.

HSL color Cylindrical-coordinate representation of color #1F6176: hue angle of 194.48º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6176 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 97 118 -
CMYK 0.74 0.18 0 0.54
HSL 194.48º 0.58% 0.29% -
HSV(B) 194.48º 0.74% 0.46% -
XYZ 8.11 10.15 18.67 -
YUV 79.66 149.63 93.29 -
System Red Green Blue C M Y K H S L
Decimal 31 97 118 0.74 0.18 0 0.54 194.48 0.58 0.29
Hex 1F 61 76 4A 12 0 36 C2 3A 1D
Octal 37 141 166 112 22 0 66 302 72 35
Binary 11111 1100001 1110110 1001010 10010 0 110110 11000010 111010 11101

Color Harmonies of #1F6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6176

Black with #1F6176

Text Example


Text Example

White with #1F6176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,97,118); }

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

background-color css

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

 a { background-color: rgb(31,97,118); }

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

border-color css

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

 span { border-color: rgb(31,97,118); }

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