Html Css Color HEX #195094 Endeavour

📋 copy color: '#195094'

red 25 ◦ green 80 ◦ blue 148

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

Shades of Endeavour #195094

Tints of Endeavour #195094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.62%

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 9.88%
G = 31.62%
B = 58.5%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#195094 (or 0x195094) is known color: Endeavour. HEX triplet: 19, 50 and 94. RGB value is (25,80,148). Sum of RGB (Red+Green+Blue) = 25+80+148=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #195094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195094 is #E6AF6B. Grayscale: #464646. Windows color (decimal): -15118188 or 9719833. OLE color: 9719833.

HSL color Cylindrical-coordinate representation of color #195094: hue angle of 213.17º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195094 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 80 148 -
CMYK 0.83 0.46 0 0.42
HSL 213.17º 0.71% 0.34% -
HSV(B) 213.17º 0.83% 0.58% -
XYZ 8.61 8.08 29.12 -
YUV 71.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 25 80 148 0.83 0.46 0 0.42 213.17 0.71 0.34
Hex 19 50 94 53 2E 0 2A D5 47 22
Octal 31 120 224 123 56 0 52 325 107 42
Binary 11001 1010000 10010100 1010011 101110 0 101010 11010101 1000111 100010

Color Harmonies of #195094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195094

Black with #195094

Text Example


Text Example

White with #195094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195094; }

 p { color: rgb(25,80,148); }

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

background-color css

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

 a { background-color: rgb(25,80,148); }

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

border-color css

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

 span { border-color: rgb(25,80,148); }

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