Html Css Color HEX #194369 Regal Blue

📋 copy color: '#194369'

red 25 ◦ green 67 ◦ blue 105

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

Shades of Regal Blue #194369

Tints of Regal Blue #194369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.01%

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

R = 12.69%
G = 34.01%
B = 53.3%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#194369 (or 0x194369) is known color: Regal Blue. HEX triplet: 19, 43 and 69. RGB value is (25,67,105). Sum of RGB (Red+Green+Blue) = 25+67+105=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #194369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194369 is #E6BC96. Grayscale: #3A3A3A. Windows color (decimal): -15121559 or 6898457. OLE color: 6898457.

HSL color Cylindrical-coordinate representation of color #194369: hue angle of 208.5º 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 #194369 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 67 105 -
CMYK 0.76 0.36 0 0.59
HSL 208.5º 0.62% 0.25% -
HSV(B) 208.5º 0.76% 0.41% -
XYZ 4.96 5.24 14.11 -
YUV 58.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 25 67 105 0.76 0.36 0 0.59 208.5 0.62 0.25
Hex 19 43 69 4C 24 0 3B D0 3E 19
Octal 31 103 151 114 44 0 73 320 76 31
Binary 11001 1000011 1101001 1001100 100100 0 111011 11010000 111110 11001

Color Harmonies of #194369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194369

Black with #194369

Text Example


Text Example

White with #194369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194369; }

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

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

background-color css

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

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

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

border-color css

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

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

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