Html Css Color HEX #1A598C Endeavour

📋 copy color: '#1A598C'

red 26 ◦ green 89 ◦ blue 140

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

Shades of Endeavour #1A598C

Tints of Endeavour #1A598C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 140 (55.08% from 255) = 54.9%

R = 10.2%
G = 34.9%
B = 54.9%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A598C (or 0x1A598C) is known color: Endeavour. HEX triplet: 1A, 59 and 8C. RGB value is (26,89,140). Sum of RGB (Red+Green+Blue) = 26+89+140=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A598C is #E5A673. Grayscale: #4B4B4B. Windows color (decimal): -15050356 or 9197850. OLE color: 9197850.

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

Color convert

RGB 26 89 140 -
CMYK 0.81 0.36 0 0.45
HSL 206.84º 0.69% 0.33% -
HSV(B) 206.84º 0.81% 0.55% -
XYZ 8.73 9.26 26.14 -
YUV 75.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 26 89 140 0.81 0.36 0 0.45 206.84 0.69 0.33
Hex 1A 59 8C 51 24 0 2D CF 45 21
Octal 32 131 214 121 44 0 55 317 105 41
Binary 11010 1011001 10001100 1010001 100100 0 101101 11001111 1000101 100001

Color Harmonies of #1A598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A598C

Black with #1A598C

Text Example


Text Example

White with #1A598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,89,140); }

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

background-color css

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

 a { background-color: rgb(26,89,140); }

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

border-color css

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

 span { border-color: rgb(26,89,140); }

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