Html Css Color HEX #163F6C Regal Blue

📋 copy color: '#163F6C'

red 22 ◦ green 63 ◦ blue 108

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

Shades of Regal Blue #163F6C

Tints of Regal Blue #163F6C

RGB

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

 GREEN value IS 63 (25% from 255) = 32.64%

 BLUE value IS 108 (42.58% from 255) = 55.96%

R = 11.4%
G = 32.64%
B = 55.96%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#163F6C (or 0x163F6C) is known color: Regal Blue. HEX triplet: 16, 3F and 6C. RGB value is (22,63,108). Sum of RGB (Red+Green+Blue) = 22+63+108=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #163F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F6C is #E9C093. Grayscale: #373737. Windows color (decimal): -15319188 or 7094038. OLE color: 7094038.

HSL color Cylindrical-coordinate representation of color #163F6C: hue angle of 211.4º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #163F6C is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 63 108 -
CMYK 0.80 0.42 0 0.58
HSL 211.4º 0.66% 0.25% -
HSV(B) 211.4º 0.8% 0.42% -
XYZ 4.82 4.81 14.86 -
YUV 55.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 22 63 108 0.80 0.42 0 0.58 211.4 0.66 0.25
Hex 16 3F 6C 50 2A 0 3A D3 42 19
Octal 26 77 154 120 52 0 72 323 102 31
Binary 10110 111111 1101100 1010000 101010 0 111010 11010011 1000010 11001

Color Harmonies of #163F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163F6C

Black with #163F6C

Text Example


Text Example

White with #163F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,63,108); }

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

background-color css

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

 a { background-color: rgb(22,63,108); }

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

border-color css

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

 span { border-color: rgb(22,63,108); }

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