Html Css Color HEX #1F678D Allports

📋 copy color: '#1F678D'

red 31 ◦ green 103 ◦ blue 141

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

Shades of Allports #1F678D

Tints of Allports #1F678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.45%

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

R = 11.27%
G = 37.45%
B = 51.27%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F678D (or 0x1F678D) is known color: Allports. HEX triplet: 1F, 67 and 8D. RGB value is (31,103,141). Sum of RGB (Red+Green+Blue) = 31+103+141=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F678D is #E09872. Grayscale: #555555. Windows color (decimal): -14719091 or 9266975. OLE color: 9266975.

HSL color Cylindrical-coordinate representation of color #1F678D: hue angle of 200.73º 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 #1F678D is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 103 141 -
CMYK 0.78 0.27 0 0.45
HSL 200.73º 0.64% 0.34% -
HSV(B) 200.73º 0.78% 0.55% -
XYZ 10.22 11.91 26.96 -
YUV 85.8 159.15 88.91 -
System Red Green Blue C M Y K H S L
Decimal 31 103 141 0.78 0.27 0 0.45 200.73 0.64 0.34
Hex 1F 67 8D 4E 1B 0 2D C9 40 22
Octal 37 147 215 116 33 0 55 311 100 42
Binary 11111 1100111 10001101 1001110 11011 0 101101 11001001 1000000 100010

Color Harmonies of #1F678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F678D

Black with #1F678D

Text Example


Text Example

White with #1F678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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