Html Css Color HEX #164059 Regal Blue

📋 copy color: '#164059'

red 22 ◦ green 64 ◦ blue 89

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

Shades of Regal Blue #164059

Tints of Regal Blue #164059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 12.57%
G = 36.57%
B = 50.86%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#164059 (or 0x164059) is known color: Regal Blue. HEX triplet: 16, 40 and 59. RGB value is (22,64,89). Sum of RGB (Red+Green+Blue) = 22+64+89=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #164059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164059 is #E9BFA6. Grayscale: #363636. Windows color (decimal): -15318951 or 5849110. OLE color: 5849110.

HSL color Cylindrical-coordinate representation of color #164059: hue angle of 202.39º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164059 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 64 89 -
CMYK 0.75 0.28 0 0.65
HSL 202.39º 0.6% 0.22% -
HSV(B) 202.39º 0.75% 0.35% -
XYZ 3.97 4.56 10.12 -
YUV 54.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 22 64 89 0.75 0.28 0 0.65 202.39 0.6 0.22
Hex 16 40 59 4B 1C 0 41 CA 3C 16
Octal 26 100 131 113 34 0 101 312 74 26
Binary 10110 1000000 1011001 1001011 11100 0 1000001 11001010 111100 10110

Color Harmonies of #164059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164059

Black with #164059

Text Example


Text Example

White with #164059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164059; }

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

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

background-color css

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

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

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

border-color css

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

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

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