Html Css Color HEX #164263 Regal Blue

📋 copy color: '#164263'

red 22 ◦ green 66 ◦ blue 99

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

Shades of Regal Blue #164263

Tints of Regal Blue #164263

RGB

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

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

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

R = 11.76%
G = 35.29%
B = 52.94%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#164263 (or 0x164263) is known color: Regal Blue. HEX triplet: 16, 42 and 63. RGB value is (22,66,99). Sum of RGB (Red+Green+Blue) = 22+66+99=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #164263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164263 is #E9BD9C. Grayscale: #383838. Windows color (decimal): -15318429 or 6504982. OLE color: 6504982.

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

Color convert

RGB 22 66 99 -
CMYK 0.78 0.33 0 0.61
HSL 205.71º 0.64% 0.24% -
HSV(B) 205.71º 0.78% 0.39% -
XYZ 4.53 4.97 12.52 -
YUV 56.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 22 66 99 0.78 0.33 0 0.61 205.71 0.64 0.24
Hex 16 42 63 4E 21 0 3D CE 40 18
Octal 26 102 143 116 41 0 75 316 100 30
Binary 10110 1000010 1100011 1001110 100001 0 111101 11001110 1000000 11000

Color Harmonies of #164263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164263

Black with #164263

Text Example


Text Example

White with #164263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164263; }

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

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

background-color css

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

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

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

border-color css

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

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

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