Html Css Color HEX #1A558B Endeavour

📋 copy color: '#1A558B'

red 26 ◦ green 85 ◦ blue 139

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

Shades of Endeavour #1A558B

Tints of Endeavour #1A558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

 BLUE value IS 139 (54.69% from 255) = 55.6%

R = 10.4%
G = 34%
B = 55.6%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A558B (or 0x1A558B) is known color: Endeavour. HEX triplet: 1A, 55 and 8B. RGB value is (26,85,139). Sum of RGB (Red+Green+Blue) = 26+85+139=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A558B is #E5AA74. Grayscale: #494949. Windows color (decimal): -15051381 or 9131290. OLE color: 9131290.

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

Color convert

RGB 26 85 139 -
CMYK 0.81 0.39 0 0.45
HSL 208.67º 0.68% 0.32% -
HSV(B) 208.67º 0.81% 0.55% -
XYZ 8.33 8.58 25.64 -
YUV 73.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 26 85 139 0.81 0.39 0 0.45 208.67 0.68 0.32
Hex 1A 55 8B 51 27 0 2D D1 44 20
Octal 32 125 213 121 47 0 55 321 104 40
Binary 11010 1010101 10001011 1010001 100111 0 101101 11010001 1000100 100000

Color Harmonies of #1A558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A558B

Black with #1A558B

Text Example


Text Example

White with #1A558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,85,139); }

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

background-color css

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

 a { background-color: rgb(26,85,139); }

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

border-color css

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

 span { border-color: rgb(26,85,139); }

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