Html Css Color HEX #1F598C Endeavour

📋 copy color: '#1F598C'

red 31 ◦ green 89 ◦ blue 140

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

Shades of Endeavour #1F598C

Tints of Endeavour #1F598C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.85%

R = 11.92%
G = 34.23%
B = 53.85%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F598C (or 0x1F598C) is known color: Endeavour. HEX triplet: 1F, 59 and 8C. RGB value is (31,89,140). Sum of RGB (Red+Green+Blue) = 31+89+140=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F598C is #E0A673. Grayscale: #4D4D4D. Windows color (decimal): -14722676 or 9197855. OLE color: 9197855.

HSL color Cylindrical-coordinate representation of color #1F598C: hue angle of 208.07º 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 #1F598C is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 89 140 -
CMYK 0.78 0.36 0 0.45
HSL 208.07º 0.64% 0.34% -
HSV(B) 208.07º 0.78% 0.55% -
XYZ 8.87 9.33 26.14 -
YUV 77.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 31 89 140 0.78 0.36 0 0.45 208.07 0.64 0.34
Hex 1F 59 8C 4E 24 0 2D D0 40 22
Octal 37 131 214 116 44 0 55 320 100 42
Binary 11111 1011001 10001100 1001110 100100 0 101101 11010000 1000000 100010

Color Harmonies of #1F598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F598C

Black with #1F598C

Text Example


Text Example

White with #1F598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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