Html Css Color HEX #194363 Regal Blue

📋 copy color: '#194363'

red 25 ◦ green 67 ◦ blue 99

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

Shades of Regal Blue #194363

Tints of Regal Blue #194363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 51.83%

R = 13.09%
G = 35.08%
B = 51.83%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#194363 (or 0x194363) is known color: Regal Blue. HEX triplet: 19, 43 and 63. RGB value is (25,67,99). Sum of RGB (Red+Green+Blue) = 25+67+99=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #194363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194363 is #E6BC9C. Grayscale: #393939. Windows color (decimal): -15121565 or 6505241. OLE color: 6505241.

HSL color Cylindrical-coordinate representation of color #194363: hue angle of 205.95º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194363 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 67 99 -
CMYK 0.75 0.32 0 0.61
HSL 205.95º 0.6% 0.24% -
HSV(B) 205.95º 0.75% 0.39% -
XYZ 4.66 5.12 12.55 -
YUV 58.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 25 67 99 0.75 0.32 0 0.61 205.95 0.6 0.24
Hex 19 43 63 4B 20 0 3D CE 3C 18
Octal 31 103 143 113 40 0 75 316 74 30
Binary 11001 1000011 1100011 1001011 100000 0 111101 11001110 111100 11000

Color Harmonies of #194363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194363

Black with #194363

Text Example


Text Example

White with #194363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194363; }

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

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

background-color css

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

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

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

border-color css

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

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

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