Html Css Color HEX #1A4B9C Endeavour

📋 copy color: '#1A4B9C'

red 26 ◦ green 75 ◦ blue 156

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

Shades of Endeavour #1A4B9C

Tints of Endeavour #1A4B9C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.18%

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

R = 10.12%
G = 29.18%
B = 60.7%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1A4B9C (or 0x1A4B9C) is known color: Endeavour. HEX triplet: 1A, 4B and 9C. RGB value is (26,75,156). Sum of RGB (Red+Green+Blue) = 26+75+156=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A4B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4B9C is #E5B463. Grayscale: #454545. Windows color (decimal): -15053924 or 10242842. OLE color: 10242842.

HSL color Cylindrical-coordinate representation of color #1A4B9C: hue angle of 217.38º 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 #1A4B9C is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 26 75 156 -
CMYK 0.83 0.52 0 0.39
HSL 217.38º 0.71% 0.36% -
HSV(B) 217.38º 0.83% 0.61% -
XYZ 8.94 7.65 32.46 -
YUV 69.58 176.77 96.91 -
System Red Green Blue C M Y K H S L
Decimal 26 75 156 0.83 0.52 0 0.39 217.38 0.71 0.36
Hex 1A 4B 9C 53 34 0 27 D9 47 24
Octal 32 113 234 123 64 0 47 331 107 44
Binary 11010 1001011 10011100 1010011 110100 0 100111 11011001 1000111 100100

Color Harmonies of #1A4B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4B9C

Black with #1A4B9C

Text Example


Text Example

White with #1A4B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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