Html Css Color HEX #163353 Regal Blue

📋 copy color: '#163353'

red 22 ◦ green 51 ◦ blue 83

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

Shades of Regal Blue #163353

Tints of Regal Blue #163353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 53.21%

R = 14.1%
G = 32.69%
B = 53.21%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163353 (or 0x163353) is known color: Regal Blue. HEX triplet: 16, 33 and 53. RGB value is (22,51,83). Sum of RGB (Red+Green+Blue) = 22+51+83=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #163353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163353 is #E9CCAC. Grayscale: #2D2D2D. Windows color (decimal): -15322285 or 5452566. OLE color: 5452566.

HSL color Cylindrical-coordinate representation of color #163353: hue angle of 211.48º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163353 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 51 83 -
CMYK 0.73 0.39 0 0.67
HSL 211.48º 0.58% 0.21% -
HSV(B) 211.48º 0.73% 0.33% -
XYZ 3.08 3.16 8.63 -
YUV 45.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 22 51 83 0.73 0.39 0 0.67 211.48 0.58 0.21
Hex 16 33 53 49 27 0 43 D3 3A 15
Octal 26 63 123 111 47 0 103 323 72 25
Binary 10110 110011 1010011 1001001 100111 0 1000011 11010011 111010 10101

Color Harmonies of #163353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163353

Black with #163353

Text Example


Text Example

White with #163353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163353; }

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

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

background-color css

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

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

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

border-color css

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

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

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