Html Css Color HEX #195A9E Endeavour

📋 copy color: '#195A9E'

red 25 ◦ green 90 ◦ blue 158

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

Shades of Endeavour #195A9E

Tints of Endeavour #195A9E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

 BLUE value IS 158 (62.11% from 255) = 57.88%

R = 9.16%
G = 32.97%
B = 57.88%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#195A9E (or 0x195A9E) is known color: Endeavour. HEX triplet: 19, 5A and 9E. RGB value is (25,90,158). Sum of RGB (Red+Green+Blue) = 25+90+158=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #195A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195A9E is #E6A561. Grayscale: #4D4D4D. Windows color (decimal): -15115618 or 10377753. OLE color: 10377753.

HSL color Cylindrical-coordinate representation of color #195A9E: hue angle of 210.68º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #195A9E is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 90 158 -
CMYK 0.84 0.43 0 0.38
HSL 210.68º 0.73% 0.36% -
HSV(B) 210.68º 0.84% 0.62% -
XYZ 10.23 9.99 33.74 -
YUV 78.32 172.97 89.97 -
System Red Green Blue C M Y K H S L
Decimal 25 90 158 0.84 0.43 0 0.38 210.68 0.73 0.36
Hex 19 5A 9E 54 2B 0 26 D3 49 24
Octal 31 132 236 124 53 0 46 323 111 44
Binary 11001 1011010 10011110 1010100 101011 0 100110 11010011 1001001 100100

Color Harmonies of #195A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A9E

Black with #195A9E

Text Example


Text Example

White with #195A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195A9E; }

 p { color: rgb(25,90,158); }

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

background-color css

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

 a { background-color: rgb(25,90,158); }

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

border-color css

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

 span { border-color: rgb(25,90,158); }

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