Html Css Color HEX #1F4E8B Endeavour

📋 copy color: '#1F4E8B'

red 31 ◦ green 78 ◦ blue 139

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

Shades of Endeavour #1F4E8B

Tints of Endeavour #1F4E8B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.45%

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

R = 12.5%
G = 31.45%
B = 56.05%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F4E8B (or 0x1F4E8B) is known color: Endeavour. HEX triplet: 1F, 4E and 8B. RGB value is (31,78,139). Sum of RGB (Red+Green+Blue) = 31+78+139=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F4E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4E8B is #E0B174. Grayscale: #464646. Windows color (decimal): -14725493 or 9129503. OLE color: 9129503.

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

Color convert

RGB 31 78 139 -
CMYK 0.78 0.44 0 0.45
HSL 213.89º 0.64% 0.33% -
HSV(B) 213.89º 0.78% 0.55% -
XYZ 7.95 7.6 25.47 -
YUV 70.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 31 78 139 0.78 0.44 0 0.45 213.89 0.64 0.33
Hex 1F 4E 8B 4E 2C 0 2D D6 40 21
Octal 37 116 213 116 54 0 55 326 100 41
Binary 11111 1001110 10001011 1001110 101100 0 101101 11010110 1000000 100001

Color Harmonies of #1F4E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4E8B

Black with #1F4E8B

Text Example


Text Example

White with #1F4E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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