Html Css Color HEX #1F6A8D Allports

📋 copy color: '#1F6A8D'

red 31 ◦ green 106 ◦ blue 141

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

Shades of Allports #1F6A8D

Tints of Allports #1F6A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.13%

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

R = 11.15%
G = 38.13%
B = 50.72%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F6A8D (or 0x1F6A8D) is known color: Allports. HEX triplet: 1F, 6A and 8D. RGB value is (31,106,141). Sum of RGB (Red+Green+Blue) = 31+106+141=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F6A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6A8D is #E09572. Grayscale: #575757. Windows color (decimal): -14718323 or 9267743. OLE color: 9267743.

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

Color convert

RGB 31 106 141 -
CMYK 0.78 0.25 0 0.45
HSL 199.09º 0.64% 0.34% -
HSV(B) 199.09º 0.78% 0.55% -
XYZ 10.53 12.52 27.06 -
YUV 87.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 31 106 141 0.78 0.25 0 0.45 199.09 0.64 0.34
Hex 1F 6A 8D 4E 19 0 2D C7 40 22
Octal 37 152 215 116 31 0 55 307 100 42
Binary 11111 1101010 10001101 1001110 11001 0 101101 11000111 1000000 100010

Color Harmonies of #1F6A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6A8D

Black with #1F6A8D

Text Example


Text Example

White with #1F6A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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