Html Css Color HEX #1F6476 Allports

📋 copy color: '#1F6476'

red 31 ◦ green 100 ◦ blue 118

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

Shades of Allports #1F6476

Tints of Allports #1F6476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.16%

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

R = 12.45%
G = 40.16%
B = 47.39%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F6476 (or 0x1F6476) is known color: Allports. HEX triplet: 1F, 64 and 76. RGB value is (31,100,118). Sum of RGB (Red+Green+Blue) = 31+100+118=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F6476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6476 is #E09B89. Grayscale: #515151. Windows color (decimal): -14719882 or 7758879. OLE color: 7758879.

HSL color Cylindrical-coordinate representation of color #1F6476: hue angle of 192.41º 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 #1F6476 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 100 118 -
CMYK 0.74 0.15 0 0.54
HSL 192.41º 0.58% 0.29% -
HSV(B) 192.41º 0.74% 0.46% -
XYZ 8.39 10.71 18.77 -
YUV 81.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 31 100 118 0.74 0.15 0 0.54 192.41 0.58 0.29
Hex 1F 64 76 4A F 0 36 C0 3A 1D
Octal 37 144 166 112 17 0 66 300 72 35
Binary 11111 1100100 1110110 1001010 1111 0 110110 11000000 111010 11101

Color Harmonies of #1F6476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6476

Black with #1F6476

Text Example


Text Example

White with #1F6476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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