Html Css Color HEX #164062 Regal Blue

📋 copy color: '#164062'

red 22 ◦ green 64 ◦ blue 98

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

Shades of Regal Blue #164062

Tints of Regal Blue #164062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 53.26%

R = 11.96%
G = 34.78%
B = 53.26%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164062 (or 0x164062) is known color: Regal Blue. HEX triplet: 16, 40 and 62. RGB value is (22,64,98). Sum of RGB (Red+Green+Blue) = 22+64+98=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #164062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164062 is #E9BF9D. Grayscale: #373737. Windows color (decimal): -15318942 or 6438934. OLE color: 6438934.

HSL color Cylindrical-coordinate representation of color #164062: hue angle of 206.84º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164062 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 64 98 -
CMYK 0.78 0.35 0 0.62
HSL 206.84º 0.63% 0.24% -
HSV(B) 206.84º 0.78% 0.38% -
XYZ 4.37 4.72 12.24 -
YUV 55.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 22 64 98 0.78 0.35 0 0.62 206.84 0.63 0.24
Hex 16 40 62 4E 23 0 3E CF 3F 18
Octal 26 100 142 116 43 0 76 317 77 30
Binary 10110 1000000 1100010 1001110 100011 0 111110 11001111 111111 11000

Color Harmonies of #164062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164062

Black with #164062

Text Example


Text Example

White with #164062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164062; }

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

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

background-color css

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

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

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

border-color css

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

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

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