Html Css Color HEX #1A4790 Endeavour

📋 copy color: '#1A4790'

red 26 ◦ green 71 ◦ blue 144

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

Shades of Endeavour #1A4790

Tints of Endeavour #1A4790

RGB

 RED value IS 26 (10.55% from 255) = 10.79%

 GREEN value IS 71 (28.13% from 255) = 29.46%

 BLUE value IS 144 (56.64% from 255) = 59.75%

R = 10.79%
G = 29.46%
B = 59.75%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1A4790 (or 0x1A4790) is known color: Endeavour. HEX triplet: 1A, 47 and 90. RGB value is (26,71,144). Sum of RGB (Red+Green+Blue) = 26+71+144=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A4790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4790 is #E5B86F. Grayscale: #414141. Windows color (decimal): -15054960 or 9455386. OLE color: 9455386.

HSL color Cylindrical-coordinate representation of color #1A4790: hue angle of 217.12º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A4790 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 26 71 144 -
CMYK 0.82 0.51 0 0.44
HSL 217.12º 0.69% 0.33% -
HSV(B) 217.12º 0.82% 0.56% -
XYZ 7.71 6.74 27.28 -
YUV 65.87 172.09 99.56 -
System Red Green Blue C M Y K H S L
Decimal 26 71 144 0.82 0.51 0 0.44 217.12 0.69 0.33
Hex 1A 47 90 52 33 0 2C D9 45 21
Octal 32 107 220 122 63 0 54 331 105 41
Binary 11010 1000111 10010000 1010010 110011 0 101100 11011001 1000101 100001

Color Harmonies of #1A4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4790

Black with #1A4790

Text Example


Text Example

White with #1A4790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,71,144); }

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

background-color css

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

 a { background-color: rgb(26,71,144); }

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

border-color css

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

 span { border-color: rgb(26,71,144); }

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