Html Css Color HEX #1A539C Endeavour

📋 copy color: '#1A539C'

red 26 ◦ green 83 ◦ blue 156

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

Shades of Endeavour #1A539C

Tints of Endeavour #1A539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

 BLUE value IS 156 (61.33% from 255) = 58.87%

R = 9.81%
G = 31.32%
B = 58.87%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1A539C (or 0x1A539C) is known color: Endeavour. HEX triplet: 1A, 53 and 9C. RGB value is (26,83,156). Sum of RGB (Red+Green+Blue) = 26+83+156=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A539C is #E5AC63. Grayscale: #494949. Windows color (decimal): -15051876 or 10244890. OLE color: 10244890.

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

Color convert

RGB 26 83 156 -
CMYK 0.83 0.47 0 0.39
HSL 213.69º 0.71% 0.36% -
HSV(B) 213.69º 0.83% 0.61% -
XYZ 9.52 8.81 32.65 -
YUV 74.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 26 83 156 0.83 0.47 0 0.39 213.69 0.71 0.36
Hex 1A 53 9C 53 2F 0 27 D6 47 24
Octal 32 123 234 123 57 0 47 326 107 44
Binary 11010 1010011 10011100 1010011 101111 0 100111 11010110 1000111 100100

Color Harmonies of #1A539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A539C

Black with #1A539C

Text Example


Text Example

White with #1A539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,83,156); }

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

background-color css

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

 a { background-color: rgb(26,83,156); }

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

border-color css

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

 span { border-color: rgb(26,83,156); }

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