Html Css Color HEX #1A528D Endeavour

📋 copy color: '#1A528D'

red 26 ◦ green 82 ◦ blue 141

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

Shades of Endeavour #1A528D

Tints of Endeavour #1A528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

 BLUE value IS 141 (55.47% from 255) = 56.63%

R = 10.44%
G = 32.93%
B = 56.63%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A528D (or 0x1A528D) is known color: Endeavour. HEX triplet: 1A, 52 and 8D. RGB value is (26,82,141). Sum of RGB (Red+Green+Blue) = 26+82+141=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A528D is #E5AD72. Grayscale: #474747. Windows color (decimal): -15052147 or 9261594. OLE color: 9261594.

HSL color Cylindrical-coordinate representation of color #1A528D: hue angle of 210.78º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A528D is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 82 141 -
CMYK 0.82 0.42 0 0.45
HSL 210.78º 0.69% 0.33% -
HSV(B) 210.78º 0.82% 0.55% -
XYZ 8.25 8.18 26.34 -
YUV 71.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 26 82 141 0.82 0.42 0 0.45 210.78 0.69 0.33
Hex 1A 52 8D 52 2A 0 2D D3 45 21
Octal 32 122 215 122 52 0 55 323 105 41
Binary 11010 1010010 10001101 1010010 101010 0 101101 11010011 1000101 100001

Color Harmonies of #1A528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A528D

Black with #1A528D

Text Example


Text Example

White with #1A528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,82,141); }

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

background-color css

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

 a { background-color: rgb(26,82,141); }

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

border-color css

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

 span { border-color: rgb(26,82,141); }

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