Html Css Color HEX #1F4A9B Endeavour

📋 copy color: '#1F4A9B'

red 31 ◦ green 74 ◦ blue 155

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

Shades of Endeavour #1F4A9B

Tints of Endeavour #1F4A9B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

 BLUE value IS 155 (60.94% from 255) = 59.62%

R = 11.92%
G = 28.46%
B = 59.62%

CMYK

 C value IS 0.8

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F4A9B (or 0x1F4A9B) is known color: Endeavour. HEX triplet: 1F, 4A and 9B. RGB value is (31,74,155). Sum of RGB (Red+Green+Blue) = 31+74+155=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F4A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4A9B is #E0B564. Grayscale: #464646. Windows color (decimal): -14726501 or 10177055. OLE color: 10177055.

HSL color Cylindrical-coordinate representation of color #1F4A9B: hue angle of 219.19º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F4A9B is Cyan = 0.8, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 74 155 -
CMYK 0.8 0.52 0 0.39
HSL 219.19º 0.67% 0.36% -
HSV(B) 219.19º 0.8% 0.61% -
XYZ 8.93 7.56 32 -
YUV 70.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 31 74 155 0.8 0.52 0 0.39 219.19 0.67 0.36
Hex 1F 4A 9B 50 34 0 27 DB 43 24
Octal 37 112 233 120 64 0 47 333 103 44
Binary 11111 1001010 10011011 1010000 110100 0 100111 11011011 1000011 100100

Color Harmonies of #1F4A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4A9B

Black with #1F4A9B

Text Example


Text Example

White with #1F4A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,74,155); }

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

background-color css

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

 a { background-color: rgb(31,74,155); }

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

border-color css

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

 span { border-color: rgb(31,74,155); }

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