Html Css Color HEX #194469 Regal Blue

📋 copy color: '#194469'

red 25 ◦ green 68 ◦ blue 105

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

Shades of Regal Blue #194469

Tints of Regal Blue #194469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.34%

 BLUE value IS 105 (41.41% from 255) = 53.03%

R = 12.63%
G = 34.34%
B = 53.03%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#194469 (or 0x194469) is known color: Regal Blue. HEX triplet: 19, 44 and 69. RGB value is (25,68,105). Sum of RGB (Red+Green+Blue) = 25+68+105=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #194469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194469 is #E6BB96. Grayscale: #3B3B3B. Windows color (decimal): -15121303 or 6898713. OLE color: 6898713.

HSL color Cylindrical-coordinate representation of color #194469: hue angle of 207.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194469 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 68 105 -
CMYK 0.76 0.35 0 0.59
HSL 207.75º 0.62% 0.25% -
HSV(B) 207.75º 0.76% 0.41% -
XYZ 5.02 5.36 14.13 -
YUV 59.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 25 68 105 0.76 0.35 0 0.59 207.75 0.62 0.25
Hex 19 44 69 4C 23 0 3B D0 3E 19
Octal 31 104 151 114 43 0 73 320 76 31
Binary 11001 1000100 1101001 1001100 100011 0 111011 11010000 111110 11001

Color Harmonies of #194469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194469

Black with #194469

Text Example


Text Example

White with #194469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194469; }

 p { color: rgb(25,68,105); }

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

background-color css

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

 a { background-color: rgb(25,68,105); }

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

border-color css

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

 span { border-color: rgb(25,68,105); }

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