Html Css Color HEX #195C99 Endeavour

📋 copy color: '#195C99'

red 25 ◦ green 92 ◦ blue 153

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

Shades of Endeavour #195C99

Tints of Endeavour #195C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.07%

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 9.26%
G = 34.07%
B = 56.67%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#195C99 (or 0x195C99) is known color: Endeavour. HEX triplet: 19, 5C and 99. RGB value is (25,92,153). Sum of RGB (Red+Green+Blue) = 25+92+153=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #195C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195C99 is #E6A366. Grayscale: #4E4E4E. Windows color (decimal): -15115111 or 10050585. OLE color: 10050585.

HSL color Cylindrical-coordinate representation of color #195C99: hue angle of 208.59º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #195C99 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 92 153 -
CMYK 0.84 0.40 0 0.4
HSL 208.59º 0.72% 0.35% -
HSV(B) 208.59º 0.84% 0.6% -
XYZ 9.98 10.16 31.57 -
YUV 78.92 169.8 89.54 -
System Red Green Blue C M Y K H S L
Decimal 25 92 153 0.84 0.40 0 0.4 208.59 0.72 0.35
Hex 19 5C 99 54 28 0 28 D1 48 23
Octal 31 134 231 124 50 0 50 321 110 43
Binary 11001 1011100 10011001 1010100 101000 0 101000 11010001 1001000 100011

Color Harmonies of #195C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195C99

Black with #195C99

Text Example


Text Example

White with #195C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,92,153); }

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

background-color css

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

 a { background-color: rgb(25,92,153); }

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

border-color css

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

 span { border-color: rgb(25,92,153); }

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