Html Css Color HEX #195093 Endeavour

📋 copy color: '#195093'

red 25 ◦ green 80 ◦ blue 147

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

Shades of Endeavour #195093

Tints of Endeavour #195093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 9.92%
G = 31.75%
B = 58.33%

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

#195093 (or 0x195093) is known color: Endeavour. HEX triplet: 19, 50 and 93. RGB value is (25,80,147). Sum of RGB (Red+Green+Blue) = 25+80+147=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #195093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195093 is #E6AF6C. Grayscale: #464646. Windows color (decimal): -15118189 or 9654297. OLE color: 9654297.

HSL color Cylindrical-coordinate representation of color #195093: hue angle of 212.95º 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 #195093 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 80 147 -
CMYK 0.83 0.46 0 0.42
HSL 212.95º 0.71% 0.34% -
HSV(B) 212.95º 0.83% 0.58% -
XYZ 8.54 8.05 28.71 -
YUV 71.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 25 80 147 0.83 0.46 0 0.42 212.95 0.71 0.34
Hex 19 50 93 53 2E 0 2A D5 47 22
Octal 31 120 223 123 56 0 52 325 107 42
Binary 11001 1010000 10010011 1010011 101110 0 101010 11010101 1000111 100010

Color Harmonies of #195093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195093

Black with #195093

Text Example


Text Example

White with #195093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195093; }

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

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

background-color css

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

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

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

border-color css

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

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

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