Html Css Color HEX #1A5089 Endeavour

📋 copy color: '#1A5089'

red 26 ◦ green 80 ◦ blue 137

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

Shades of Endeavour #1A5089

Tints of Endeavour #1A5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 137 (53.91% from 255) = 56.38%

R = 10.7%
G = 32.92%
B = 56.38%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1A5089 (or 0x1A5089) is known color: Endeavour. HEX triplet: 1A, 50 and 89. RGB value is (26,80,137). Sum of RGB (Red+Green+Blue) = 26+80+137=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A5089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5089 is #E5AF76. Grayscale: #464646. Windows color (decimal): -15052663 or 8998938. OLE color: 8998938.

HSL color Cylindrical-coordinate representation of color #1A5089: hue angle of 210.81º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A5089 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 26 80 137 -
CMYK 0.81 0.42 0 0.46
HSL 210.81º 0.68% 0.32% -
HSV(B) 210.81º 0.81% 0.54% -
XYZ 7.81 7.76 24.75 -
YUV 70.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 26 80 137 0.81 0.42 0 0.46 210.81 0.68 0.32
Hex 1A 50 89 51 2A 0 2E D3 44 20
Octal 32 120 211 121 52 0 56 323 104 40
Binary 11010 1010000 10001001 1010001 101010 0 101110 11010011 1000100 100000

Color Harmonies of #1A5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5089

Black with #1A5089

Text Example


Text Example

White with #1A5089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,80,137); }

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

background-color css

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

 a { background-color: rgb(26,80,137); }

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

border-color css

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

 span { border-color: rgb(26,80,137); }

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