Html Css Color HEX #195890 Endeavour

📋 copy color: '#195890'

red 25 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #195890

Tints of Endeavour #195890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.03%

R = 9.73%
G = 34.24%
B = 56.03%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#195890 (or 0x195890) is known color: Endeavour. HEX triplet: 19, 58 and 90. RGB value is (25,88,144). Sum of RGB (Red+Green+Blue) = 25+88+144=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #195890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195890 is #E6A76F. Grayscale: #4B4B4B. Windows color (decimal): -15116144 or 9459737. OLE color: 9459737.

HSL color Cylindrical-coordinate representation of color #195890: hue angle of 208.24º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195890 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 88 144 -
CMYK 0.83 0.39 0 0.44
HSL 208.24º 0.7% 0.33% -
HSV(B) 208.24º 0.83% 0.56% -
XYZ 8.92 9.2 27.69 -
YUV 75.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 25 88 144 0.83 0.39 0 0.44 208.24 0.7 0.33
Hex 19 58 90 53 27 0 2C D0 46 21
Octal 31 130 220 123 47 0 54 320 106 41
Binary 11001 1011000 10010000 1010011 100111 0 101100 11010000 1000110 100001

Color Harmonies of #195890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195890

Black with #195890

Text Example


Text Example

White with #195890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195890; }

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

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

background-color css

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

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

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

border-color css

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

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

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