Html Css Color HEX #1F588B Endeavour

📋 copy color: '#1F588B'

red 31 ◦ green 88 ◦ blue 139

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

Shades of Endeavour #1F588B

Tints of Endeavour #1F588B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 12.02%
G = 34.11%
B = 53.88%

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

#1F588B (or 0x1F588B) is known color: Endeavour. HEX triplet: 1F, 58 and 8B. RGB value is (31,88,139). Sum of RGB (Red+Green+Blue) = 31+88+139=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F588B is #E0A774. Grayscale: #4C4C4C. Windows color (decimal): -14722933 or 9132063. OLE color: 9132063.

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

Color convert

RGB 31 88 139 -
CMYK 0.78 0.37 0 0.45
HSL 208.33º 0.64% 0.33% -
HSV(B) 208.33º 0.78% 0.55% -
XYZ 8.71 9.13 25.73 -
YUV 76.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 31 88 139 0.78 0.37 0 0.45 208.33 0.64 0.33
Hex 1F 58 8B 4E 25 0 2D D0 40 21
Octal 37 130 213 116 45 0 55 320 100 41
Binary 11111 1011000 10001011 1001110 100101 0 101101 11010000 1000000 100001

Color Harmonies of #1F588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F588B

Black with #1F588B

Text Example


Text Example

White with #1F588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,88,139); }

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

background-color css

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

 a { background-color: rgb(31,88,139); }

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

border-color css

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

 span { border-color: rgb(31,88,139); }

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