Html Css Color HEX #1F598D Endeavour

📋 copy color: '#1F598D'

red 31 ◦ green 89 ◦ blue 141

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

Shades of Endeavour #1F598D

Tints of Endeavour #1F598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 141 (55.47% from 255) = 54.02%

R = 11.88%
G = 34.1%
B = 54.02%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F598D (or 0x1F598D) is known color: Endeavour. HEX triplet: 1F, 59 and 8D. RGB value is (31,89,141). Sum of RGB (Red+Green+Blue) = 31+89+141=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F598D is #E0A672. Grayscale: #4D4D4D. Windows color (decimal): -14722675 or 9263391. OLE color: 9263391.

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

Color convert

RGB 31 89 141 -
CMYK 0.78 0.37 0 0.45
HSL 208.36º 0.64% 0.34% -
HSV(B) 208.36º 0.78% 0.55% -
XYZ 8.95 9.36 26.53 -
YUV 77.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 31 89 141 0.78 0.37 0 0.45 208.36 0.64 0.34
Hex 1F 59 8D 4E 25 0 2D D0 40 22
Octal 37 131 215 116 45 0 55 320 100 42
Binary 11111 1011001 10001101 1001110 100101 0 101101 11010000 1000000 100010

Color Harmonies of #1F598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F598D

Black with #1F598D

Text Example


Text Example

White with #1F598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,89,141); }

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

background-color css

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

 a { background-color: rgb(31,89,141); }

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

border-color css

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

 span { border-color: rgb(31,89,141); }

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