Html Css Color HEX #1F6595 Endeavour

📋 copy color: '#1F6595'

red 31 ◦ green 101 ◦ blue 149

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

Shades of Endeavour #1F6595

Tints of Endeavour #1F6595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

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

R = 11.03%
G = 35.94%
B = 53.02%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1F6595 (or 0x1F6595) is known color: Endeavour. HEX triplet: 1F, 65 and 95. RGB value is (31,101,149). Sum of RGB (Red+Green+Blue) = 31+101+149=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F6595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6595 is #E09A6A. Grayscale: #555555. Windows color (decimal): -14719595 or 9790751. OLE color: 9790751.

HSL color Cylindrical-coordinate representation of color #1F6595: hue angle of 204.41º 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 #1F6595 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 101 149 -
CMYK 0.79 0.32 0 0.42
HSL 204.41º 0.66% 0.35% -
HSV(B) 204.41º 0.79% 0.58% -
XYZ 10.64 11.77 30.14 -
YUV 85.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 31 101 149 0.79 0.32 0 0.42 204.41 0.66 0.35
Hex 1F 65 95 4F 20 0 2A CC 42 23
Octal 37 145 225 117 40 0 52 314 102 43
Binary 11111 1100101 10010101 1001111 100000 0 101010 11001100 1000010 100011

Color Harmonies of #1F6595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6595

Black with #1F6595

Text Example


Text Example

White with #1F6595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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