Html Css Color HEX #194362 Regal Blue

📋 copy color: '#194362'

red 25 ◦ green 67 ◦ blue 98

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

Shades of Regal Blue #194362

Tints of Regal Blue #194362

RGB

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

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

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

R = 13.16%
G = 35.26%
B = 51.58%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194362 (or 0x194362) is known color: Regal Blue. HEX triplet: 19, 43 and 62. RGB value is (25,67,98). Sum of RGB (Red+Green+Blue) = 25+67+98=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #194362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194362 is #E6BC9D. Grayscale: #393939. Windows color (decimal): -15121566 or 6439705. OLE color: 6439705.

HSL color Cylindrical-coordinate representation of color #194362: hue angle of 205.48º 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 #194362 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 67 98 -
CMYK 0.74 0.32 0 0.62
HSL 205.48º 0.59% 0.24% -
HSV(B) 205.48º 0.74% 0.38% -
XYZ 4.61 5.1 12.3 -
YUV 57.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 25 67 98 0.74 0.32 0 0.62 205.48 0.59 0.24
Hex 19 43 62 4A 20 0 3E CD 3B 18
Octal 31 103 142 112 40 0 76 315 73 30
Binary 11001 1000011 1100010 1001010 100000 0 111110 11001101 111011 11000

Color Harmonies of #194362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194362

Black with #194362

Text Example


Text Example

White with #194362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194362; }

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

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

background-color css

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

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

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

border-color css

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

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

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