Html Css Color HEX #164266 Regal Blue

📋 copy color: '#164266'

red 22 ◦ green 66 ◦ blue 102

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

Shades of Regal Blue #164266

Tints of Regal Blue #164266

RGB

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

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

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

R = 11.58%
G = 34.74%
B = 53.68%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#164266 (or 0x164266) is known color: Regal Blue. HEX triplet: 16, 42 and 66. RGB value is (22,66,102). Sum of RGB (Red+Green+Blue) = 22+66+102=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #164266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164266 is #E9BD99. Grayscale: #383838. Windows color (decimal): -15318426 or 6701590. OLE color: 6701590.

HSL color Cylindrical-coordinate representation of color #164266: hue angle of 207º 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 #164266 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 22 66 102 -
CMYK 0.78 0.35 0 0.6
HSL 207º 0.65% 0.24% -
HSV(B) 207º 0.78% 0.4% -
XYZ 4.68 5.03 13.29 -
YUV 56.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 22 66 102 0.78 0.35 0 0.6 207 0.65 0.24
Hex 16 42 66 4E 23 0 3C CF 41 18
Octal 26 102 146 116 43 0 74 317 101 30
Binary 10110 1000010 1100110 1001110 100011 0 111100 11001111 1000001 11000

Color Harmonies of #164266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164266

Black with #164266

Text Example


Text Example

White with #164266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164266; }

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

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

background-color css

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

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

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

border-color css

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

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

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