Html Css Color HEX #163E59 Regal Blue

📋 copy color: '#163E59'

red 22 ◦ green 62 ◦ blue 89

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

Shades of Regal Blue #163E59

Tints of Regal Blue #163E59

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.84%

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

R = 12.72%
G = 35.84%
B = 51.45%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#163E59 (or 0x163E59) is known color: Regal Blue. HEX triplet: 16, 3E and 59. RGB value is (22,62,89). Sum of RGB (Red+Green+Blue) = 22+62+89=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #163E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E59 is #E9C1A6. Grayscale: #343434. Windows color (decimal): -15319463 or 5848598. OLE color: 5848598.

HSL color Cylindrical-coordinate representation of color #163E59: hue angle of 204.18º 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 #163E59 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 62 89 -
CMYK 0.75 0.30 0 0.65
HSL 204.18º 0.6% 0.22% -
HSV(B) 204.18º 0.75% 0.35% -
XYZ 3.86 4.34 10.09 -
YUV 53.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 22 62 89 0.75 0.30 0 0.65 204.18 0.6 0.22
Hex 16 3E 59 4B 1E 0 41 CC 3C 16
Octal 26 76 131 113 36 0 101 314 74 26
Binary 10110 111110 1011001 1001011 11110 0 1000001 11001100 111100 10110

Color Harmonies of #163E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163E59

Black with #163E59

Text Example


Text Example

White with #163E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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