Html Css Color HEX #163B68 Regal Blue

📋 copy color: '#163B68'

red 22 ◦ green 59 ◦ blue 104

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

Shades of Regal Blue #163B68

Tints of Regal Blue #163B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 11.89%
G = 31.89%
B = 56.22%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#163B68 (or 0x163B68) is known color: Regal Blue. HEX triplet: 16, 3B and 68. RGB value is (22,59,104). Sum of RGB (Red+Green+Blue) = 22+59+104=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #163B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B68 is #E9C497. Grayscale: #343434. Windows color (decimal): -15320216 or 6830870. OLE color: 6830870.

HSL color Cylindrical-coordinate representation of color #163B68: hue angle of 212.93º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163B68 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 22 59 104 -
CMYK 0.79 0.43 0 0.59
HSL 212.93º 0.65% 0.25% -
HSV(B) 212.93º 0.79% 0.41% -
XYZ 4.39 4.3 13.69 -
YUV 53.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 22 59 104 0.79 0.43 0 0.59 212.93 0.65 0.25
Hex 16 3B 68 4F 2B 0 3B D5 41 19
Octal 26 73 150 117 53 0 73 325 101 31
Binary 10110 111011 1101000 1001111 101011 0 111011 11010101 1000001 11001

Color Harmonies of #163B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B68

Black with #163B68

Text Example


Text Example

White with #163B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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