Html Css Color HEX #1958A0 Endeavour

📋 copy color: '#1958A0'

red 25 ◦ green 88 ◦ blue 160

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

Shades of Endeavour #1958A0

Tints of Endeavour #1958A0

RGB

 RED value IS 25 (10.16% from 255) = 9.16%

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 160 (62.89% from 255) = 58.61%

R = 9.16%
G = 32.23%
B = 58.61%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1958A0 (or 0x1958A0) is known color: Endeavour. HEX triplet: 19, 58 and A0. RGB value is (25,88,160). Sum of RGB (Red+Green+Blue) = 25+88+160=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #1958A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1958A0 is #E6A75F. Grayscale: #4D4D4D. Windows color (decimal): -15116128 or 10508313. OLE color: 10508313.

HSL color Cylindrical-coordinate representation of color #1958A0: hue angle of 212º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1958A0 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 88 160 -
CMYK 0.84 0.45 0 0.37
HSL 212º 0.73% 0.36% -
HSV(B) 212º 0.84% 0.63% -
XYZ 10.24 9.72 34.6 -
YUV 77.37 174.63 90.65 -
System Red Green Blue C M Y K H S L
Decimal 25 88 160 0.84 0.45 0 0.37 212 0.73 0.36
Hex 19 58 A0 54 2D 0 25 D4 49 24
Octal 31 130 240 124 55 0 45 324 111 44
Binary 11001 1011000 10100000 1010100 101101 0 100101 11010100 1001001 100100

Color Harmonies of #1958A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1958A0

Black with #1958A0

Text Example


Text Example

White with #1958A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1958A0; }

 p { color: rgb(25,88,160); }

 H1.HeaderClassName
 {
   color: #1958A0;
 }
 .AnyTagClassName
 {
   color: #1958A0;
 }
</style>

background-color css

<style>
 a { background-color: #1958A0; }

 a { background-color: rgb(25,88,160); }

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

border-color css

<style>
 span { border-color: #1958A0; }

 span { border-color: rgb(25,88,160); }

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