Html Css Color HEX #1A509F Endeavour

📋 copy color: '#1A509F'

red 26 ◦ green 80 ◦ blue 159

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

Shades of Endeavour #1A509F

Tints of Endeavour #1A509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60%

R = 9.81%
G = 30.19%
B = 60%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A509F (or 0x1A509F) is known color: Endeavour. HEX triplet: 1A, 50 and 9F. RGB value is (26,80,159). Sum of RGB (Red+Green+Blue) = 26+80+159=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A509F is #E5AF60. Grayscale: #484848. Windows color (decimal): -15052641 or 10440730. OLE color: 10440730.

HSL color Cylindrical-coordinate representation of color #1A509F: hue angle of 215.64º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A509F is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 80 159 -
CMYK 0.84 0.50 0 0.38
HSL 215.64º 0.72% 0.36% -
HSV(B) 215.64º 0.84% 0.62% -
XYZ 9.55 8.46 33.93 -
YUV 72.86 176.61 94.58 -
System Red Green Blue C M Y K H S L
Decimal 26 80 159 0.84 0.50 0 0.38 215.64 0.72 0.36
Hex 1A 50 9F 54 32 0 26 D8 48 24
Octal 32 120 237 124 62 0 46 330 110 44
Binary 11010 1010000 10011111 1010100 110010 0 100110 11011000 1001000 100100

Color Harmonies of #1A509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A509F

Black with #1A509F

Text Example


Text Example

White with #1A509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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