Html Css Color HEX #163358 Regal Blue

📋 copy color: '#163358'

red 22 ◦ green 51 ◦ blue 88

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

Shades of Regal Blue #163358

Tints of Regal Blue #163358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

 BLUE value IS 88 (34.77% from 255) = 54.66%

R = 13.66%
G = 31.68%
B = 54.66%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#163358 (or 0x163358) is known color: Regal Blue. HEX triplet: 16, 33 and 58. RGB value is (22,51,88). Sum of RGB (Red+Green+Blue) = 22+51+88=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #163358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163358 is #E9CCA7. Grayscale: #2E2E2E. Windows color (decimal): -15322280 or 5780246. OLE color: 5780246.

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

Color convert

RGB 22 51 88 -
CMYK 0.75 0.42 0 0.65
HSL 213.64º 0.6% 0.22% -
HSV(B) 213.64º 0.75% 0.35% -
XYZ 3.28 3.24 9.69 -
YUV 46.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 22 51 88 0.75 0.42 0 0.65 213.64 0.6 0.22
Hex 16 33 58 4B 2A 0 41 D6 3C 16
Octal 26 63 130 113 52 0 101 326 74 26
Binary 10110 110011 1011000 1001011 101010 0 1000001 11010110 111100 10110

Color Harmonies of #163358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163358

Black with #163358

Text Example


Text Example

White with #163358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163358; }

 p { color: rgb(22,51,88); }

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

background-color css

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

 a { background-color: rgb(22,51,88); }

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

border-color css

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

 span { border-color: rgb(22,51,88); }

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