Html Css Color HEX #1A619D Endeavour

📋 copy color: '#1A619D'

red 26 ◦ green 97 ◦ blue 157

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

Shades of Endeavour #1A619D

Tints of Endeavour #1A619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.64%

 BLUE value IS 157 (61.72% from 255) = 56.07%

R = 9.29%
G = 34.64%
B = 56.07%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A619D (or 0x1A619D) is known color: Endeavour. HEX triplet: 1A, 61 and 9D. RGB value is (26,97,157). Sum of RGB (Red+Green+Blue) = 26+97+157=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A619D is #E59E62. Grayscale: #525252. Windows color (decimal): -15048291 or 10314010. OLE color: 10314010.

HSL color Cylindrical-coordinate representation of color #1A619D: hue angle of 207.48º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A619D is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 97 157 -
CMYK 0.83 0.38 0 0.38
HSL 207.48º 0.72% 0.36% -
HSV(B) 207.48º 0.83% 0.62% -
XYZ 10.79 11.2 33.49 -
YUV 82.61 169.98 87.62 -
System Red Green Blue C M Y K H S L
Decimal 26 97 157 0.83 0.38 0 0.38 207.48 0.72 0.36
Hex 1A 61 9D 53 26 0 26 CF 48 24
Octal 32 141 235 123 46 0 46 317 110 44
Binary 11010 1100001 10011101 1010011 100110 0 100110 11001111 1001000 100100

Color Harmonies of #1A619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A619D

Black with #1A619D

Text Example


Text Example

White with #1A619D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,97,157); }

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

background-color css

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

 a { background-color: rgb(26,97,157); }

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

border-color css

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

 span { border-color: rgb(26,97,157); }

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