Html Css Color HEX #163D68 Regal Blue

📋 copy color: '#163D68'

red 22 ◦ green 61 ◦ blue 104

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

Shades of Regal Blue #163D68

Tints of Regal Blue #163D68

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.62%

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

R = 11.76%
G = 32.62%
B = 55.61%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#163D68 (or 0x163D68) is known color: Regal Blue. HEX triplet: 16, 3D and 68. RGB value is (22,61,104). Sum of RGB (Red+Green+Blue) = 22+61+104=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #163D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D68 is #E9C297. Grayscale: #363636. Windows color (decimal): -15319704 or 6831382. OLE color: 6831382.

HSL color Cylindrical-coordinate representation of color #163D68: hue angle of 211.46º 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 #163D68 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 22 61 104 -
CMYK 0.79 0.41 0 0.59
HSL 211.46º 0.65% 0.25% -
HSV(B) 211.46º 0.79% 0.41% -
XYZ 4.5 4.51 13.73 -
YUV 54.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 22 61 104 0.79 0.41 0 0.59 211.46 0.65 0.25
Hex 16 3D 68 4F 29 0 3B D3 41 19
Octal 26 75 150 117 51 0 73 323 101 31
Binary 10110 111101 1101000 1001111 101001 0 111011 11010011 1000001 11001

Color Harmonies of #163D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D68

Black with #163D68

Text Example


Text Example

White with #163D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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