#1F4B96

Color #1F4B96 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #1F4B96

Tints of Endeavour #1F4B96

Color information

#1F4B96 (or 0x1F4B96) is unknown color: approx Endeavour. HEX triplet: 1F, 4B and 96. RGB value is (31,75,150). Sum of RGB (Red+Green+Blue) = 31+75+150=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F4B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4B96 is #E0B469. Grayscale: #464646. Windows color (decimal): -14726250 or 9849631. OLE color: 9849631.

HSL color Cylindrical-coordinate representation of color #1F4B96: hue angle of 217.82º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F4B96 is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3175150-
CMYK0.790.500.41
HSL217.82º65.75%35.49%-
HSV(B)217.82º79.33%58.82%-
XYZ8.597.5329.85-
YUV70.39172.9299.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.11%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 150 (58.98% from 255) = 58.59%
R=12.11%
G=29.30%
B=58.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31751500.790.500.41217.8265.7535.49
Hex1F4B964F32029da4223
Octal371132261176205133210243
Binary1111110010111001011010011111100100101001110110101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,75,150); }

 H1.HeaderClassName
 {
   color: #1F4B96;
 }
 .AnyTagClassName
 {
   color: #1F4B96;
 }
</style>
background-color css

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

 a { background-color: rgb(31,75,150); }

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

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

 span { border-color: rgb(31,75,150); }

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