Html Css Color HEX #194267 Regal Blue

📋 copy color: '#194267'

red 25 ◦ green 66 ◦ blue 103

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

Shades of Regal Blue #194267

Tints of Regal Blue #194267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.09%

R = 12.89%
G = 34.02%
B = 53.09%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#194267 (or 0x194267) is known color: Regal Blue. HEX triplet: 19, 42 and 67. RGB value is (25,66,103). Sum of RGB (Red+Green+Blue) = 25+66+103=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #194267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194267 is #E6BD98. Grayscale: #393939. Windows color (decimal): -15121817 or 6767129. OLE color: 6767129.

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

Color convert

RGB 25 66 103 -
CMYK 0.76 0.36 0 0.60
HSL 208.46º 0.61% 0.25% -
HSV(B) 208.46º 0.76% 0.4% -
XYZ 4.8 5.08 13.56 -
YUV 57.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 25 66 103 0.76 0.36 0 0.60 208.46 0.61 0.25
Hex 19 42 67 4C 24 0 3C D0 3D 19
Octal 31 102 147 114 44 0 74 320 75 31
Binary 11001 1000010 1100111 1001100 100100 0 111100 11010000 111101 11001

Color Harmonies of #194267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194267

Black with #194267

Text Example


Text Example

White with #194267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194267; }

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

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

background-color css

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

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

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

border-color css

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

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

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