Html Css Color HEX #1F6577 Allports

📋 copy color: '#1F6577'

red 31 ◦ green 101 ◦ blue 119

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

Shades of Allports #1F6577

Tints of Allports #1F6577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

 BLUE value IS 119 (46.88% from 255) = 47.41%

R = 12.35%
G = 40.24%
B = 47.41%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F6577 (or 0x1F6577) is known color: Allports. HEX triplet: 1F, 65 and 77. RGB value is (31,101,119). Sum of RGB (Red+Green+Blue) = 31+101+119=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F6577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6577 is #E09A88. Grayscale: #515151. Windows color (decimal): -14719625 or 7824671. OLE color: 7824671.

HSL color Cylindrical-coordinate representation of color #1F6577: hue angle of 192.27º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6577 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 101 119 -
CMYK 0.74 0.15 0 0.53
HSL 192.27º 0.59% 0.29% -
HSV(B) 192.27º 0.74% 0.47% -
XYZ 8.55 10.93 19.11 -
YUV 82.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 31 101 119 0.74 0.15 0 0.53 192.27 0.59 0.29
Hex 1F 65 77 4A F 0 35 C0 3B 1D
Octal 37 145 167 112 17 0 65 300 73 35
Binary 11111 1100101 1110111 1001010 1111 0 110101 11000000 111011 11101

Color Harmonies of #1F6577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6577

Black with #1F6577

Text Example


Text Example

White with #1F6577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,101,119); }

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

background-color css

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

 a { background-color: rgb(31,101,119); }

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

border-color css

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

 span { border-color: rgb(31,101,119); }

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