Html Css Color HEX #1F4D93 Endeavour

📋 copy color: '#1F4D93'

red 31 ◦ green 77 ◦ blue 147

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

Shades of Endeavour #1F4D93

Tints of Endeavour #1F4D93

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.2%

 BLUE value IS 147 (57.81% from 255) = 57.65%

R = 12.16%
G = 30.2%
B = 57.65%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1F4D93 (or 0x1F4D93) is known color: Endeavour. HEX triplet: 1F, 4D and 93. RGB value is (31,77,147). Sum of RGB (Red+Green+Blue) = 31+77+147=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F4D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4D93 is #E0B26C. Grayscale: #464646. Windows color (decimal): -14725741 or 9653535. OLE color: 9653535.

HSL color Cylindrical-coordinate representation of color #1F4D93: hue angle of 216.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F4D93 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 77 147 -
CMYK 0.79 0.48 0 0.42
HSL 216.21º 0.65% 0.35% -
HSV(B) 216.21º 0.79% 0.58% -
XYZ 8.49 7.71 28.64 -
YUV 71.23 170.76 99.31 -
System Red Green Blue C M Y K H S L
Decimal 31 77 147 0.79 0.48 0 0.42 216.21 0.65 0.35
Hex 1F 4D 93 4F 30 0 2A D8 41 23
Octal 37 115 223 117 60 0 52 330 101 43
Binary 11111 1001101 10010011 1001111 110000 0 101010 11011000 1000001 100011

Color Harmonies of #1F4D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4D93

Black with #1F4D93

Text Example


Text Example

White with #1F4D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,77,147); }

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

background-color css

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

 a { background-color: rgb(31,77,147); }

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

border-color css

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

 span { border-color: rgb(31,77,147); }

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