Html Css Color HEX #196390 Endeavour

📋 copy color: '#196390'

red 25 ◦ green 99 ◦ blue 144

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

Shades of Endeavour #196390

Tints of Endeavour #196390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 9.33%
G = 36.94%
B = 53.73%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#196390 (or 0x196390) is known color: Endeavour. HEX triplet: 19, 63 and 90. RGB value is (25,99,144). Sum of RGB (Red+Green+Blue) = 25+99+144=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #196390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196390 is #E69C6F. Grayscale: #515151. Windows color (decimal): -15113328 or 9462553. OLE color: 9462553.

HSL color Cylindrical-coordinate representation of color #196390: hue angle of 202.69º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196390 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 99 144 -
CMYK 0.83 0.31 0 0.44
HSL 202.69º 0.7% 0.33% -
HSV(B) 202.69º 0.83% 0.56% -
XYZ 9.9 11.14 28.01 -
YUV 82 162.98 87.34 -
System Red Green Blue C M Y K H S L
Decimal 25 99 144 0.83 0.31 0 0.44 202.69 0.7 0.33
Hex 19 63 90 53 1F 0 2C CB 46 21
Octal 31 143 220 123 37 0 54 313 106 41
Binary 11001 1100011 10010000 1010011 11111 0 101100 11001011 1000110 100001

Color Harmonies of #196390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196390

Black with #196390

Text Example


Text Example

White with #196390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196390; }

 p { color: rgb(25,99,144); }

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

background-color css

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

 a { background-color: rgb(25,99,144); }

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

border-color css

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

 span { border-color: rgb(25,99,144); }

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