Html Css Color HEX #194262 Regal Blue

📋 copy color: '#194262'

red 25 ◦ green 66 ◦ blue 98

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

Shades of Regal Blue #194262

Tints of Regal Blue #194262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.85%

R = 13.23%
G = 34.92%
B = 51.85%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194262 (or 0x194262) is known color: Regal Blue. HEX triplet: 19, 42 and 62. RGB value is (25,66,98). Sum of RGB (Red+Green+Blue) = 25+66+98=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #194262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194262 is #E6BD9D. Grayscale: #393939. Windows color (decimal): -15121822 or 6439449. OLE color: 6439449.

HSL color Cylindrical-coordinate representation of color #194262: hue angle of 206.3º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194262 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 66 98 -
CMYK 0.74 0.33 0 0.62
HSL 206.3º 0.59% 0.24% -
HSV(B) 206.3º 0.74% 0.38% -
XYZ 4.55 4.98 12.28 -
YUV 57.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 25 66 98 0.74 0.33 0 0.62 206.3 0.59 0.24
Hex 19 42 62 4A 21 0 3E CE 3B 18
Octal 31 102 142 112 41 0 76 316 73 30
Binary 11001 1000010 1100010 1001010 100001 0 111110 11001110 111011 11000

Color Harmonies of #194262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194262

Black with #194262

Text Example


Text Example

White with #194262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194262; }

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

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

background-color css

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

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

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

border-color css

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

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

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