Html Css Color HEX #194B92 Endeavour

📋 copy color: '#194B92'

red 25 ◦ green 75 ◦ blue 146

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

Shades of Endeavour #194B92

Tints of Endeavour #194B92

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.49%

 BLUE value IS 146 (57.42% from 255) = 59.35%

R = 10.16%
G = 30.49%
B = 59.35%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#194B92 (or 0x194B92) is known color: Endeavour. HEX triplet: 19, 4B and 92. RGB value is (25,75,146). Sum of RGB (Red+Green+Blue) = 25+75+146=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #194B92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194B92 is #E6B46D. Grayscale: #434343. Windows color (decimal): -15119470 or 9587481. OLE color: 9587481.

HSL color Cylindrical-coordinate representation of color #194B92: hue angle of 215.21º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194B92 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 75 146 -
CMYK 0.83 0.49 0 0.43
HSL 215.21º 0.71% 0.34% -
HSV(B) 215.21º 0.83% 0.57% -
XYZ 8.11 7.31 28.18 -
YUV 68.14 171.94 97.23 -
System Red Green Blue C M Y K H S L
Decimal 25 75 146 0.83 0.49 0 0.43 215.21 0.71 0.34
Hex 19 4B 92 53 31 0 2B D7 47 22
Octal 31 113 222 123 61 0 53 327 107 42
Binary 11001 1001011 10010010 1010011 110001 0 101011 11010111 1000111 100010

Color Harmonies of #194B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194B92

Black with #194B92

Text Example


Text Example

White with #194B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194B92; }

 p { color: rgb(25,75,146); }

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

background-color css

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

 a { background-color: rgb(25,75,146); }

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

border-color css

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

 span { border-color: rgb(25,75,146); }

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