Html Css Color HEX #164066 Regal Blue

📋 copy color: '#164066'

red 22 ◦ green 64 ◦ blue 102

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

Shades of Regal Blue #164066

Tints of Regal Blue #164066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.04%

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

R = 11.7%
G = 34.04%
B = 54.26%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#164066 (or 0x164066) is known color: Regal Blue. HEX triplet: 16, 40 and 66. RGB value is (22,64,102). Sum of RGB (Red+Green+Blue) = 22+64+102=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #164066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164066 is #E9BF99. Grayscale: #373737. Windows color (decimal): -15318938 or 6701078. OLE color: 6701078.

HSL color Cylindrical-coordinate representation of color #164066: hue angle of 208.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164066 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 22 64 102 -
CMYK 0.78 0.37 0 0.6
HSL 208.5º 0.65% 0.24% -
HSV(B) 208.5º 0.78% 0.4% -
XYZ 4.56 4.8 13.26 -
YUV 55.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 22 64 102 0.78 0.37 0 0.6 208.5 0.65 0.24
Hex 16 40 66 4E 25 0 3C D0 41 18
Octal 26 100 146 116 45 0 74 320 101 30
Binary 10110 1000000 1100110 1001110 100101 0 111100 11010000 1000001 11000

Color Harmonies of #164066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164066

Black with #164066

Text Example


Text Example

White with #164066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164066; }

 p { color: rgb(22,64,102); }

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

background-color css

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

 a { background-color: rgb(22,64,102); }

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

border-color css

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

 span { border-color: rgb(22,64,102); }

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