Html Css Color HEX #195BA1 Endeavour

📋 copy color: '#195BA1'

red 25 ◦ green 91 ◦ blue 161

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

Shades of Endeavour #195BA1

Tints of Endeavour #195BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.85%

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

R = 9.03%
G = 32.85%
B = 58.12%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#195BA1 (or 0x195BA1) is known color: Endeavour. HEX triplet: 19, 5B and A1. RGB value is (25,91,161). Sum of RGB (Red+Green+Blue) = 25+91+161=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #195BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195BA1 is #E6A45E. Grayscale: #4E4E4E. Windows color (decimal): -15115359 or 10574617. OLE color: 10574617.

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

Color convert

RGB 25 91 161 -
CMYK 0.84 0.43 0 0.37
HSL 210.88º 0.73% 0.36% -
HSV(B) 210.88º 0.84% 0.63% -
XYZ 10.58 10.26 35.14 -
YUV 79.25 174.13 89.31 -
System Red Green Blue C M Y K H S L
Decimal 25 91 161 0.84 0.43 0 0.37 210.88 0.73 0.36
Hex 19 5B A1 54 2B 0 25 D3 49 24
Octal 31 133 241 124 53 0 45 323 111 44
Binary 11001 1011011 10100001 1010100 101011 0 100101 11010011 1001001 100100

Color Harmonies of #195BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BA1

Black with #195BA1

Text Example


Text Example

White with #195BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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