Html Css Color HEX #164261 Regal Blue

📋 copy color: '#164261'

red 22 ◦ green 66 ◦ blue 97

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

Shades of Regal Blue #164261

Tints of Regal Blue #164261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 52.43%

R = 11.89%
G = 35.68%
B = 52.43%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164261 (or 0x164261) is known color: Regal Blue. HEX triplet: 16, 42 and 61. RGB value is (22,66,97). Sum of RGB (Red+Green+Blue) = 22+66+97=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #164261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164261 is #E9BD9E. Grayscale: #383838. Windows color (decimal): -15318431 or 6373910. OLE color: 6373910.

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

Color convert

RGB 22 66 97 -
CMYK 0.77 0.32 0 0.62
HSL 204.8º 0.63% 0.23% -
HSV(B) 204.8º 0.77% 0.38% -
XYZ 4.44 4.93 12.03 -
YUV 56.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 22 66 97 0.77 0.32 0 0.62 204.8 0.63 0.23
Hex 16 42 61 4D 20 0 3E CD 3F 17
Octal 26 102 141 115 40 0 76 315 77 27
Binary 10110 1000010 1100001 1001101 100000 0 111110 11001101 111111 10111

Color Harmonies of #164261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164261

Black with #164261

Text Example


Text Example

White with #164261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164261; }

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

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

background-color css

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

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

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

border-color css

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

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

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