Html Css Color HEX #1F569D Endeavour

📋 copy color: '#1F569D'

red 31 ◦ green 86 ◦ blue 157

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

Shades of Endeavour #1F569D

Tints of Endeavour #1F569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.39%

 BLUE value IS 157 (61.72% from 255) = 57.3%

R = 11.31%
G = 31.39%
B = 57.3%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F569D (or 0x1F569D) is known color: Endeavour. HEX triplet: 1F, 56 and 9D. RGB value is (31,86,157). Sum of RGB (Red+Green+Blue) = 31+86+157=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F569D is #E0A962. Grayscale: #4D4D4D. Windows color (decimal): -14723427 or 10311199. OLE color: 10311199.

HSL color Cylindrical-coordinate representation of color #1F569D: hue angle of 213.81º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F569D is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 86 157 -
CMYK 0.80 0.45 0 0.38
HSL 213.81º 0.67% 0.37% -
HSV(B) 213.81º 0.8% 0.62% -
XYZ 9.98 9.38 33.18 -
YUV 77.65 172.78 94.73 -
System Red Green Blue C M Y K H S L
Decimal 31 86 157 0.80 0.45 0 0.38 213.81 0.67 0.37
Hex 1F 56 9D 50 2D 0 26 D6 43 25
Octal 37 126 235 120 55 0 46 326 103 45
Binary 11111 1010110 10011101 1010000 101101 0 100110 11010110 1000011 100101

Color Harmonies of #1F569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F569D

Black with #1F569D

Text Example


Text Example

White with #1F569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,86,157); }

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

background-color css

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

 a { background-color: rgb(31,86,157); }

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

border-color css

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

 span { border-color: rgb(31,86,157); }

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