Html Css Color HEX #1F5095 Endeavour

📋 copy color: '#1F5095'

red 31 ◦ green 80 ◦ blue 149

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

Shades of Endeavour #1F5095

Tints of Endeavour #1F5095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

 BLUE value IS 149 (58.59% from 255) = 57.31%

R = 11.92%
G = 30.77%
B = 57.31%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1F5095 (or 0x1F5095) is known color: Endeavour. HEX triplet: 1F, 50 and 95. RGB value is (31,80,149). Sum of RGB (Red+Green+Blue) = 31+80+149=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F5095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5095 is #E0AF6A. Grayscale: #484848. Windows color (decimal): -14724971 or 9785375. OLE color: 9785375.

HSL color Cylindrical-coordinate representation of color #1F5095: hue angle of 215.08º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F5095 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 80 149 -
CMYK 0.79 0.46 0 0.42
HSL 215.08º 0.66% 0.35% -
HSV(B) 215.08º 0.79% 0.58% -
XYZ 8.86 8.2 29.55 -
YUV 73.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 31 80 149 0.79 0.46 0 0.42 215.08 0.66 0.35
Hex 1F 50 95 4F 2E 0 2A D7 42 23
Octal 37 120 225 117 56 0 52 327 102 43
Binary 11111 1010000 10010101 1001111 101110 0 101010 11010111 1000010 100011

Color Harmonies of #1F5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5095

Black with #1F5095

Text Example


Text Example

White with #1F5095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,80,149); }

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

background-color css

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

 a { background-color: rgb(31,80,149); }

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

border-color css

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

 span { border-color: rgb(31,80,149); }

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