Html Css Color HEX #164162 Regal Blue

📋 copy color: '#164162'

red 22 ◦ green 65 ◦ blue 98

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

Shades of Regal Blue #164162

Tints of Regal Blue #164162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.14%

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

R = 11.89%
G = 35.14%
B = 52.97%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164162 (or 0x164162) is known color: Regal Blue. HEX triplet: 16, 41 and 62. RGB value is (22,65,98). Sum of RGB (Red+Green+Blue) = 22+65+98=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #164162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164162 is #E9BE9D. Grayscale: #373737. Windows color (decimal): -15318686 or 6439190. OLE color: 6439190.

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

Color convert

RGB 22 65 98 -
CMYK 0.78 0.34 0 0.62
HSL 206.05º 0.63% 0.24% -
HSV(B) 206.05º 0.78% 0.38% -
XYZ 4.43 4.83 12.25 -
YUV 55.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 22 65 98 0.78 0.34 0 0.62 206.05 0.63 0.24
Hex 16 41 62 4E 22 0 3E CE 3F 18
Octal 26 101 142 116 42 0 76 316 77 30
Binary 10110 1000001 1100010 1001110 100010 0 111110 11001110 111111 11000

Color Harmonies of #164162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164162

Black with #164162

Text Example


Text Example

White with #164162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164162; }

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

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

background-color css

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

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

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

border-color css

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

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

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