Html Css Color HEX #163B61 Regal Blue

📋 copy color: '#163B61'

red 22 ◦ green 59 ◦ blue 97

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

Shades of Regal Blue #163B61

Tints of Regal Blue #163B61

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

 BLUE value IS 97 (38.28% from 255) = 54.49%

R = 12.36%
G = 33.15%
B = 54.49%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163B61 (or 0x163B61) is known color: Regal Blue. HEX triplet: 16, 3B and 61. RGB value is (22,59,97). Sum of RGB (Red+Green+Blue) = 22+59+97=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #163B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B61 is #E9C49E. Grayscale: #343434. Windows color (decimal): -15320223 or 6372118. OLE color: 6372118.

HSL color Cylindrical-coordinate representation of color #163B61: hue angle of 210.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163B61 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 59 97 -
CMYK 0.77 0.39 0 0.62
HSL 210.4º 0.63% 0.23% -
HSV(B) 210.4º 0.77% 0.38% -
XYZ 4.05 4.16 11.9 -
YUV 52.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 22 59 97 0.77 0.39 0 0.62 210.4 0.63 0.23
Hex 16 3B 61 4D 27 0 3E D2 3F 17
Octal 26 73 141 115 47 0 76 322 77 27
Binary 10110 111011 1100001 1001101 100111 0 111110 11010010 111111 10111

Color Harmonies of #163B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B61

Black with #163B61

Text Example


Text Example

White with #163B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,59,97); }

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

background-color css

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

 a { background-color: rgb(22,59,97); }

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

border-color css

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

 span { border-color: rgb(22,59,97); }

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