Html Css Color HEX #1F768B Allports

📋 copy color: '#1F768B'

red 31 ◦ green 118 ◦ blue 139

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

Shades of Allports #1F768B

Tints of Allports #1F768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.26%

R = 10.76%
G = 40.97%
B = 48.26%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F768B (or 0x1F768B) is known color: Allports. HEX triplet: 1F, 76 and 8B. RGB value is (31,118,139). Sum of RGB (Red+Green+Blue) = 31+118+139=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F768B is #E08974. Grayscale: #5E5E5E. Windows color (decimal): -14715253 or 9139743. OLE color: 9139743.

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

Color convert

RGB 31 118 139 -
CMYK 0.78 0.15 0 0.45
HSL 191.67º 0.64% 0.33% -
HSV(B) 191.67º 0.78% 0.55% -
XYZ 11.7 15.11 26.73 -
YUV 94.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 31 118 139 0.78 0.15 0 0.45 191.67 0.64 0.33
Hex 1F 76 8B 4E F 0 2D C0 40 21
Octal 37 166 213 116 17 0 55 300 100 41
Binary 11111 1110110 10001011 1001110 1111 0 101101 11000000 1000000 100001

Color Harmonies of #1F768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F768B

Black with #1F768B

Text Example


Text Example

White with #1F768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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