Html Css Color HEX #1957A1 Endeavour

📋 copy color: '#1957A1'

red 25 ◦ green 87 ◦ blue 161

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

Shades of Endeavour #1957A1

Tints of Endeavour #1957A1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 161 (63.28% from 255) = 58.97%

R = 9.16%
G = 31.87%
B = 58.97%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1957A1 (or 0x1957A1) is known color: Endeavour. HEX triplet: 19, 57 and A1. RGB value is (25,87,161). Sum of RGB (Red+Green+Blue) = 25+87+161=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #1957A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1957A1 is #E6A85E. Grayscale: #4C4C4C. Windows color (decimal): -15116383 or 10573593. OLE color: 10573593.

HSL color Cylindrical-coordinate representation of color #1957A1: hue angle of 212.65º 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 #1957A1 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 87 161 -
CMYK 0.84 0.46 0 0.37
HSL 212.65º 0.73% 0.36% -
HSV(B) 212.65º 0.84% 0.63% -
XYZ 10.24 9.6 35.03 -
YUV 76.9 175.46 90.98 -
System Red Green Blue C M Y K H S L
Decimal 25 87 161 0.84 0.46 0 0.37 212.65 0.73 0.36
Hex 19 57 A1 54 2E 0 25 D5 49 24
Octal 31 127 241 124 56 0 45 325 111 44
Binary 11001 1010111 10100001 1010100 101110 0 100101 11010101 1001001 100100

Color Harmonies of #1957A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1957A1

Black with #1957A1

Text Example


Text Example

White with #1957A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1957A1; }

 p { color: rgb(25,87,161); }

 H1.HeaderClassName
 {
   color: #1957A1;
 }
 .AnyTagClassName
 {
   color: #1957A1;
 }
</style>

background-color css

<style>
 a { background-color: #1957A1; }

 a { background-color: rgb(25,87,161); }

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

border-color css

<style>
 span { border-color: #1957A1; }

 span { border-color: rgb(25,87,161); }

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