Html Css Color HEX #163C67 Regal Blue

📋 copy color: '#163C67'

red 22 ◦ green 60 ◦ blue 103

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

Shades of Regal Blue #163C67

Tints of Regal Blue #163C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 55.68%

R = 11.89%
G = 32.43%
B = 55.68%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#163C67 (or 0x163C67) is known color: Regal Blue. HEX triplet: 16, 3C and 67. RGB value is (22,60,103). Sum of RGB (Red+Green+Blue) = 22+60+103=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #163C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C67 is #E9C398. Grayscale: #353535. Windows color (decimal): -15319961 or 6765590. OLE color: 6765590.

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

Color convert

RGB 22 60 103 -
CMYK 0.79 0.42 0 0.60
HSL 211.85º 0.65% 0.25% -
HSV(B) 211.85º 0.79% 0.4% -
XYZ 4.39 4.38 13.45 -
YUV 53.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 22 60 103 0.79 0.42 0 0.60 211.85 0.65 0.25
Hex 16 3C 67 4F 2A 0 3C D4 41 19
Octal 26 74 147 117 52 0 74 324 101 31
Binary 10110 111100 1100111 1001111 101010 0 111100 11010100 1000001 11001

Color Harmonies of #163C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C67

Black with #163C67

Text Example


Text Example

White with #163C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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