Html Css Color HEX #1F7685 Allports

📋 copy color: '#1F7685'

red 31 ◦ green 118 ◦ blue 133

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

Shades of Allports #1F7685

Tints of Allports #1F7685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.84%

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

R = 10.99%
G = 41.84%
B = 47.16%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F7685 (or 0x1F7685) is known color: Allports. HEX triplet: 1F, 76 and 85. RGB value is (31,118,133). Sum of RGB (Red+Green+Blue) = 31+118+133=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F7685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7685 is #E0897A. Grayscale: #5D5D5D. Windows color (decimal): -14715259 or 8746527. OLE color: 8746527.

HSL color Cylindrical-coordinate representation of color #1F7685: hue angle of 188.82º 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 #1F7685 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 118 133 -
CMYK 0.77 0.11 0 0.48
HSL 188.82º 0.62% 0.32% -
HSV(B) 188.82º 0.77% 0.52% -
XYZ 11.28 14.94 24.48 -
YUV 93.7 150.18 83.28 -
System Red Green Blue C M Y K H S L
Decimal 31 118 133 0.77 0.11 0 0.48 188.82 0.62 0.32
Hex 1F 76 85 4D B 0 30 BD 3E 20
Octal 37 166 205 115 13 0 60 275 76 40
Binary 11111 1110110 10000101 1001101 1011 0 110000 10111101 111110 100000

Color Harmonies of #1F7685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7685

Black with #1F7685

Text Example


Text Example

White with #1F7685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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