Html Css Color HEX #194263 Regal Blue

📋 copy color: '#194263'

red 25 ◦ green 66 ◦ blue 99

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

Shades of Regal Blue #194263

Tints of Regal Blue #194263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

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

R = 13.16%
G = 34.74%
B = 52.11%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#194263 (or 0x194263) is known color: Regal Blue. HEX triplet: 19, 42 and 63. RGB value is (25,66,99). Sum of RGB (Red+Green+Blue) = 25+66+99=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #194263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194263 is #E6BD9C. Grayscale: #393939. Windows color (decimal): -15121821 or 6504985. OLE color: 6504985.

HSL color Cylindrical-coordinate representation of color #194263: hue angle of 206.76º 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 #194263 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 66 99 -
CMYK 0.75 0.33 0 0.61
HSL 206.76º 0.6% 0.24% -
HSV(B) 206.76º 0.75% 0.39% -
XYZ 4.6 5 12.53 -
YUV 57.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 25 66 99 0.75 0.33 0 0.61 206.76 0.6 0.24
Hex 19 42 63 4B 21 0 3D CF 3C 18
Octal 31 102 143 113 41 0 75 317 74 30
Binary 11001 1000010 1100011 1001011 100001 0 111101 11001111 111100 11000

Color Harmonies of #194263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194263

Black with #194263

Text Example


Text Example

White with #194263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194263; }

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

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

background-color css

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

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

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

border-color css

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

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

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