Html Css Color HEX #1F697D Allports

📋 copy color: '#1F697D'

red 31 ◦ green 105 ◦ blue 125

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

Shades of Allports #1F697D

Tints of Allports #1F697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.23%

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 11.88%
G = 40.23%
B = 47.89%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F697D (or 0x1F697D) is known color: Allports. HEX triplet: 1F, 69 and 7D. RGB value is (31,105,125). Sum of RGB (Red+Green+Blue) = 31+105+125=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F697D is #E09682. Grayscale: #555555. Windows color (decimal): -14718595 or 8218911. OLE color: 8218911.

HSL color Cylindrical-coordinate representation of color #1F697D: hue angle of 192.77º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F697D is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 105 125 -
CMYK 0.75 0.16 0 0.51
HSL 192.77º 0.6% 0.31% -
HSV(B) 192.77º 0.75% 0.49% -
XYZ 9.32 11.88 21.2 -
YUV 85.15 150.48 89.37 -
System Red Green Blue C M Y K H S L
Decimal 31 105 125 0.75 0.16 0 0.51 192.77 0.6 0.31
Hex 1F 69 7D 4B 10 0 33 C1 3C 1F
Octal 37 151 175 113 20 0 63 301 74 37
Binary 11111 1101001 1111101 1001011 10000 0 110011 11000001 111100 11111

Color Harmonies of #1F697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F697D

Black with #1F697D

Text Example


Text Example

White with #1F697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,105,125); }

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

background-color css

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

 a { background-color: rgb(31,105,125); }

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

border-color css

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

 span { border-color: rgb(31,105,125); }

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