Html Css Color HEX #194366 Regal Blue

📋 copy color: '#194366'

red 25 ◦ green 67 ◦ blue 102

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

Shades of Regal Blue #194366

Tints of Regal Blue #194366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.58%

R = 12.89%
G = 34.54%
B = 52.58%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#194366 (or 0x194366) is known color: Regal Blue. HEX triplet: 19, 43 and 66. RGB value is (25,67,102). Sum of RGB (Red+Green+Blue) = 25+67+102=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #194366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194366 is #E6BC99. Grayscale: #3A3A3A. Windows color (decimal): -15121562 or 6701849. OLE color: 6701849.

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

Color convert

RGB 25 67 102 -
CMYK 0.75 0.34 0 0.6
HSL 207.27º 0.61% 0.25% -
HSV(B) 207.27º 0.75% 0.4% -
XYZ 4.81 5.18 13.32 -
YUV 58.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 25 67 102 0.75 0.34 0 0.6 207.27 0.61 0.25
Hex 19 43 66 4B 22 0 3C CF 3D 19
Octal 31 103 146 113 42 0 74 317 75 31
Binary 11001 1000011 1100110 1001011 100010 0 111100 11001111 111101 11001

Color Harmonies of #194366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194366

Black with #194366

Text Example


Text Example

White with #194366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194366; }

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

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

background-color css

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

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

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

border-color css

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

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

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