Html Css Color HEX #164363 Regal Blue

📋 copy color: '#164363'

red 22 ◦ green 67 ◦ blue 99

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

Shades of Regal Blue #164363

Tints of Regal Blue #164363

RGB

 RED value IS 22 (8.98% from 255) = 11.7%

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

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

R = 11.7%
G = 35.64%
B = 52.66%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#164363 (or 0x164363) is known color: Regal Blue. HEX triplet: 16, 43 and 63. RGB value is (22,67,99). Sum of RGB (Red+Green+Blue) = 22+67+99=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #164363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164363 is #E9BC9C. Grayscale: #393939. Windows color (decimal): -15318173 or 6505238. OLE color: 6505238.

HSL color Cylindrical-coordinate representation of color #164363: hue angle of 204.94º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164363 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 67 99 -
CMYK 0.78 0.32 0 0.61
HSL 204.94º 0.64% 0.24% -
HSV(B) 204.94º 0.78% 0.39% -
XYZ 4.59 5.09 12.54 -
YUV 57.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 22 67 99 0.78 0.32 0 0.61 204.94 0.64 0.24
Hex 16 43 63 4E 20 0 3D CD 40 18
Octal 26 103 143 116 40 0 75 315 100 30
Binary 10110 1000011 1100011 1001110 100000 0 111101 11001101 1000000 11000

Color Harmonies of #164363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164363

Black with #164363

Text Example


Text Example

White with #164363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164363; }

 p { color: rgb(22,67,99); }

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

background-color css

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

 a { background-color: rgb(22,67,99); }

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

border-color css

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

 span { border-color: rgb(22,67,99); }

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