Html Css Color HEX #1F558C Endeavour

📋 copy color: '#1F558C'

red 31 ◦ green 85 ◦ blue 140

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

Shades of Endeavour #1F558C

Tints of Endeavour #1F558C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.2%

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

R = 12.11%
G = 33.2%
B = 54.69%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F558C (or 0x1F558C) is known color: Endeavour. HEX triplet: 1F, 55 and 8C. RGB value is (31,85,140). Sum of RGB (Red+Green+Blue) = 31+85+140=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F558C is #E0AA73. Grayscale: #4A4A4A. Windows color (decimal): -14723700 or 9196831. OLE color: 9196831.

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

Color convert

RGB 31 85 140 -
CMYK 0.78 0.39 0 0.45
HSL 210.28º 0.64% 0.34% -
HSV(B) 210.28º 0.78% 0.55% -
XYZ 8.55 8.68 26.04 -
YUV 75.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 31 85 140 0.78 0.39 0 0.45 210.28 0.64 0.34
Hex 1F 55 8C 4E 27 0 2D D2 40 22
Octal 37 125 214 116 47 0 55 322 100 42
Binary 11111 1010101 10001100 1001110 100111 0 101101 11010010 1000000 100010

Color Harmonies of #1F558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F558C

Black with #1F558C

Text Example


Text Example

White with #1F558C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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