Html Css Color HEX #194059 Regal Blue

📋 copy color: '#194059'

red 25 ◦ green 64 ◦ blue 89

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

Shades of Regal Blue #194059

Tints of Regal Blue #194059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.96%

 BLUE value IS 89 (35.16% from 255) = 50%

R = 14.04%
G = 35.96%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#194059 (or 0x194059) is known color: Regal Blue. HEX triplet: 19, 40 and 59. RGB value is (25,64,89). Sum of RGB (Red+Green+Blue) = 25+64+89=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #194059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194059 is #E6BFA6. Grayscale: #373737. Windows color (decimal): -15122343 or 5849113. OLE color: 5849113.

HSL color Cylindrical-coordinate representation of color #194059: hue angle of 203.44º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194059 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 64 89 -
CMYK 0.72 0.28 0 0.65
HSL 203.44º 0.56% 0.22% -
HSV(B) 203.44º 0.72% 0.35% -
XYZ 4.04 4.59 10.13 -
YUV 55.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 25 64 89 0.72 0.28 0 0.65 203.44 0.56 0.22
Hex 19 40 59 48 1C 0 41 CB 38 16
Octal 31 100 131 110 34 0 101 313 70 26
Binary 11001 1000000 1011001 1001000 11100 0 1000001 11001011 111000 10110

Color Harmonies of #194059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194059

Black with #194059

Text Example


Text Example

White with #194059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194059; }

 p { color: rgb(25,64,89); }

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

background-color css

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

 a { background-color: rgb(25,64,89); }

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

border-color css

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

 span { border-color: rgb(25,64,89); }

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