Html Css Color HEX #164262 Regal Blue

📋 copy color: '#164262'

red 22 ◦ green 66 ◦ blue 98

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

Shades of Regal Blue #164262

Tints of Regal Blue #164262

RGB

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

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

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

R = 11.83%
G = 35.48%
B = 52.69%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164262 (or 0x164262) is known color: Regal Blue. HEX triplet: 16, 42 and 62. RGB value is (22,66,98). Sum of RGB (Red+Green+Blue) = 22+66+98=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #164262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164262 is #E9BD9D. Grayscale: #383838. Windows color (decimal): -15318430 or 6439446. OLE color: 6439446.

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

Color convert

RGB 22 66 98 -
CMYK 0.78 0.33 0 0.62
HSL 205.26º 0.63% 0.24% -
HSV(B) 205.26º 0.78% 0.38% -
XYZ 4.48 4.95 12.27 -
YUV 56.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 22 66 98 0.78 0.33 0 0.62 205.26 0.63 0.24
Hex 16 42 62 4E 21 0 3E CD 3F 18
Octal 26 102 142 116 41 0 76 315 77 30
Binary 10110 1000010 1100010 1001110 100001 0 111110 11001101 111111 11000

Color Harmonies of #164262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164262

Black with #164262

Text Example


Text Example

White with #164262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164262; }

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

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

background-color css

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

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

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

border-color css

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

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

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