Html Css Color HEX #1A509B Endeavour

📋 copy color: '#1A509B'

red 26 ◦ green 80 ◦ blue 155

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

Shades of Endeavour #1A509B

Tints of Endeavour #1A509B

RGB

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

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

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

R = 9.96%
G = 30.65%
B = 59.39%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1A509B (or 0x1A509B) is known color: Endeavour. HEX triplet: 1A, 50 and 9B. RGB value is (26,80,155). Sum of RGB (Red+Green+Blue) = 26+80+155=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A509B is #E5AF64. Grayscale: #484848. Windows color (decimal): -15052645 or 10178586. OLE color: 10178586.

HSL color Cylindrical-coordinate representation of color #1A509B: hue angle of 214.88º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A509B is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 26 80 155 -
CMYK 0.83 0.48 0 0.39
HSL 214.88º 0.71% 0.35% -
HSV(B) 214.88º 0.83% 0.61% -
XYZ 9.21 8.32 32.13 -
YUV 72.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 26 80 155 0.83 0.48 0 0.39 214.88 0.71 0.35
Hex 1A 50 9B 53 30 0 27 D7 47 23
Octal 32 120 233 123 60 0 47 327 107 43
Binary 11010 1010000 10011011 1010011 110000 0 100111 11010111 1000111 100011

Color Harmonies of #1A509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A509B

Black with #1A509B

Text Example


Text Example

White with #1A509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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