Html Css Color HEX #163453 Regal Blue

📋 copy color: '#163453'

red 22 ◦ green 52 ◦ blue 83

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

Shades of Regal Blue #163453

Tints of Regal Blue #163453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.12%

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

R = 14.01%
G = 33.12%
B = 52.87%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163453 (or 0x163453) is known color: Regal Blue. HEX triplet: 16, 34 and 53. RGB value is (22,52,83). Sum of RGB (Red+Green+Blue) = 22+52+83=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #163453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163453 is #E9CBAC. Grayscale: #2E2E2E. Windows color (decimal): -15322029 or 5452822. OLE color: 5452822.

HSL color Cylindrical-coordinate representation of color #163453: hue angle of 210.49º 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 #163453 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 52 83 -
CMYK 0.73 0.37 0 0.67
HSL 210.49º 0.58% 0.21% -
HSV(B) 210.49º 0.73% 0.33% -
XYZ 3.12 3.25 8.65 -
YUV 46.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 22 52 83 0.73 0.37 0 0.67 210.49 0.58 0.21
Hex 16 34 53 49 25 0 43 D2 3A 15
Octal 26 64 123 111 45 0 103 322 72 25
Binary 10110 110100 1010011 1001001 100101 0 1000011 11010010 111010 10101

Color Harmonies of #163453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163453

Black with #163453

Text Example


Text Example

White with #163453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163453; }

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

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

background-color css

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

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

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

border-color css

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

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

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