Html Css Color HEX #1A5A9D Endeavour

📋 copy color: '#1A5A9D'

red 26 ◦ green 90 ◦ blue 157

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

Shades of Endeavour #1A5A9D

Tints of Endeavour #1A5A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 9.52%
G = 32.97%
B = 57.51%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A5A9D (or 0x1A5A9D) is known color: Endeavour. HEX triplet: 1A, 5A and 9D. RGB value is (26,90,157). Sum of RGB (Red+Green+Blue) = 26+90+157=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A5A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5A9D is #E5A562. Grayscale: #4E4E4E. Windows color (decimal): -15050083 or 10312218. OLE color: 10312218.

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

Color convert

RGB 26 90 157 -
CMYK 0.83 0.43 0 0.38
HSL 210.69º 0.72% 0.36% -
HSV(B) 210.69º 0.83% 0.62% -
XYZ 10.17 9.97 33.29 -
YUV 78.5 172.3 90.55 -
System Red Green Blue C M Y K H S L
Decimal 26 90 157 0.83 0.43 0 0.38 210.69 0.72 0.36
Hex 1A 5A 9D 53 2B 0 26 D3 48 24
Octal 32 132 235 123 53 0 46 323 110 44
Binary 11010 1011010 10011101 1010011 101011 0 100110 11010011 1001000 100100

Color Harmonies of #1A5A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5A9D

Black with #1A5A9D

Text Example


Text Example

White with #1A5A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,90,157); }

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

background-color css

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

 a { background-color: rgb(26,90,157); }

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

border-color css

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

 span { border-color: rgb(26,90,157); }

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