Html Css Color HEX #1A4895 Endeavour

📋 copy color: '#1A4895'

red 26 ◦ green 72 ◦ blue 149

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

Shades of Endeavour #1A4895

Tints of Endeavour #1A4895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

 BLUE value IS 149 (58.59% from 255) = 60.32%

R = 10.53%
G = 29.15%
B = 60.32%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1A4895 (or 0x1A4895) is known color: Endeavour. HEX triplet: 1A, 48 and 95. RGB value is (26,72,149). Sum of RGB (Red+Green+Blue) = 26+72+149=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A4895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4895 is #E5B76A. Grayscale: #424242. Windows color (decimal): -15054699 or 9783322. OLE color: 9783322.

HSL color Cylindrical-coordinate representation of color #1A4895: hue angle of 217.56º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A4895 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 26 72 149 -
CMYK 0.83 0.52 0 0.42
HSL 217.56º 0.7% 0.34% -
HSV(B) 217.56º 0.83% 0.58% -
XYZ 8.17 7.02 29.36 -
YUV 67.02 174.26 98.74 -
System Red Green Blue C M Y K H S L
Decimal 26 72 149 0.83 0.52 0 0.42 217.56 0.7 0.34
Hex 1A 48 95 53 34 0 2A DA 46 22
Octal 32 110 225 123 64 0 52 332 106 42
Binary 11010 1001000 10010101 1010011 110100 0 101010 11011010 1000110 100010

Color Harmonies of #1A4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4895

Black with #1A4895

Text Example


Text Example

White with #1A4895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,72,149); }

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

background-color css

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

 a { background-color: rgb(26,72,149); }

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

border-color css

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

 span { border-color: rgb(26,72,149); }

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