Html Css Color HEX #1F7985 Allports

📋 copy color: '#1F7985'

red 31 ◦ green 121 ◦ blue 133

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

Shades of Allports #1F7985

Tints of Allports #1F7985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.46%

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 10.88%
G = 42.46%
B = 46.67%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F7985 (or 0x1F7985) is known color: Allports. HEX triplet: 1F, 79 and 85. RGB value is (31,121,133). Sum of RGB (Red+Green+Blue) = 31+121+133=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F7985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7985 is #E0867A. Grayscale: #5F5F5F. Windows color (decimal): -14714491 or 8747295. OLE color: 8747295.

HSL color Cylindrical-coordinate representation of color #1F7985: hue angle of 187.06º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F7985 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 121 133 -
CMYK 0.77 0.09 0 0.48
HSL 187.06º 0.62% 0.32% -
HSV(B) 187.06º 0.77% 0.52% -
XYZ 11.64 15.66 24.6 -
YUV 95.46 149.18 82.02 -
System Red Green Blue C M Y K H S L
Decimal 31 121 133 0.77 0.09 0 0.48 187.06 0.62 0.32
Hex 1F 79 85 4D 9 0 30 BB 3E 20
Octal 37 171 205 115 11 0 60 273 76 40
Binary 11111 1111001 10000101 1001101 1001 0 110000 10111011 111110 100000

Color Harmonies of #1F7985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7985

Black with #1F7985

Text Example


Text Example

White with #1F7985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,121,133); }

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

background-color css

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

 a { background-color: rgb(31,121,133); }

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

border-color css

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

 span { border-color: rgb(31,121,133); }

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