Html Css Color HEX #1F509D Endeavour

📋 copy color: '#1F509D'

red 31 ◦ green 80 ◦ blue 157

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

Shades of Endeavour #1F509D

Tints of Endeavour #1F509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 11.57%
G = 29.85%
B = 58.58%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F509D (or 0x1F509D) is known color: Endeavour. HEX triplet: 1F, 50 and 9D. RGB value is (31,80,157). Sum of RGB (Red+Green+Blue) = 31+80+157=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F509D is #E0AF62. Grayscale: #494949. Windows color (decimal): -14724963 or 10309663. OLE color: 10309663.

HSL color Cylindrical-coordinate representation of color #1F509D: hue angle of 216.67º 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 #1F509D is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 80 157 -
CMYK 0.80 0.49 0 0.38
HSL 216.67º 0.67% 0.37% -
HSV(B) 216.67º 0.8% 0.62% -
XYZ 9.52 8.46 33.03 -
YUV 74.13 174.77 97.24 -
System Red Green Blue C M Y K H S L
Decimal 31 80 157 0.80 0.49 0 0.38 216.67 0.67 0.37
Hex 1F 50 9D 50 31 0 26 D9 43 25
Octal 37 120 235 120 61 0 46 331 103 45
Binary 11111 1010000 10011101 1010000 110001 0 100110 11011001 1000011 100101

Color Harmonies of #1F509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F509D

Black with #1F509D

Text Example


Text Example

White with #1F509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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