Html Css Color HEX #1F6597 Endeavour

📋 copy color: '#1F6597'

red 31 ◦ green 101 ◦ blue 151

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

Shades of Endeavour #1F6597

Tints of Endeavour #1F6597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.36%

R = 10.95%
G = 35.69%
B = 53.36%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1F6597 (or 0x1F6597) is known color: Endeavour. HEX triplet: 1F, 65 and 97. RGB value is (31,101,151). Sum of RGB (Red+Green+Blue) = 31+101+151=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F6597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6597 is #E09A68. Grayscale: #555555. Windows color (decimal): -14719593 or 9921823. OLE color: 9921823.

HSL color Cylindrical-coordinate representation of color #1F6597: hue angle of 205º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6597 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 101 151 -
CMYK 0.79 0.33 0 0.41
HSL 205º 0.66% 0.36% -
HSV(B) 205º 0.79% 0.59% -
XYZ 10.8 11.83 30.99 -
YUV 85.77 164.81 88.93 -
System Red Green Blue C M Y K H S L
Decimal 31 101 151 0.79 0.33 0 0.41 205 0.66 0.36
Hex 1F 65 97 4F 21 0 29 CD 42 24
Octal 37 145 227 117 41 0 51 315 102 44
Binary 11111 1100101 10010111 1001111 100001 0 101001 11001101 1000010 100100

Color Harmonies of #1F6597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6597

Black with #1F6597

Text Example


Text Example

White with #1F6597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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