Html Css Color HEX #1F698D Allports

📋 copy color: '#1F698D'

red 31 ◦ green 105 ◦ blue 141

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

Shades of Allports #1F698D

Tints of Allports #1F698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.9%

R = 11.19%
G = 37.91%
B = 50.9%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F698D (or 0x1F698D) is known color: Allports. HEX triplet: 1F, 69 and 8D. RGB value is (31,105,141). Sum of RGB (Red+Green+Blue) = 31+105+141=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F698D is #E09672. Grayscale: #565656. Windows color (decimal): -14718579 or 9267487. OLE color: 9267487.

HSL color Cylindrical-coordinate representation of color #1F698D: hue angle of 199.64º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F698D is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 105 141 -
CMYK 0.78 0.26 0 0.45
HSL 199.64º 0.64% 0.34% -
HSV(B) 199.64º 0.78% 0.55% -
XYZ 10.42 12.32 27.03 -
YUV 86.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 31 105 141 0.78 0.26 0 0.45 199.64 0.64 0.34
Hex 1F 69 8D 4E 1A 0 2D C8 40 22
Octal 37 151 215 116 32 0 55 310 100 42
Binary 11111 1101001 10001101 1001110 11010 0 101101 11001000 1000000 100010

Color Harmonies of #1F698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F698D

Black with #1F698D

Text Example


Text Example

White with #1F698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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