Html Css Color HEX #163C69 Regal Blue

📋 copy color: '#163C69'

red 22 ◦ green 60 ◦ blue 105

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

Shades of Regal Blue #163C69

Tints of Regal Blue #163C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.09%

 BLUE value IS 105 (41.41% from 255) = 56.15%

R = 11.76%
G = 32.09%
B = 56.15%

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

#163C69 (or 0x163C69) is known color: Regal Blue. HEX triplet: 16, 3C and 69. RGB value is (22,60,105). Sum of RGB (Red+Green+Blue) = 22+60+105=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #163C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C69 is #E9C396. Grayscale: #353535. Windows color (decimal): -15319959 or 6896662. OLE color: 6896662.

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

Color convert

RGB 22 60 105 -
CMYK 0.79 0.43 0 0.59
HSL 212.53º 0.65% 0.25% -
HSV(B) 212.53º 0.79% 0.41% -
XYZ 4.5 4.42 13.98 -
YUV 53.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 22 60 105 0.79 0.43 0 0.59 212.53 0.65 0.25
Hex 16 3C 69 4F 2B 0 3B D5 41 19
Octal 26 74 151 117 53 0 73 325 101 31
Binary 10110 111100 1101001 1001111 101011 0 111011 11010101 1000001 11001

Color Harmonies of #163C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C69

Black with #163C69

Text Example


Text Example

White with #163C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,60,105); }

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

background-color css

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

 a { background-color: rgb(22,60,105); }

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

border-color css

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

 span { border-color: rgb(22,60,105); }

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